35 lines
644 B
YAML
35 lines
644 B
YAML
|
|
# Loads default set of integrations. Do not remove.
|
||
|
|
default_config:
|
||
|
|
|
||
|
|
http:
|
||
|
|
use_x_forwarded_for: True
|
||
|
|
trusted_proxies:
|
||
|
|
- 0.0.0.0/22
|
||
|
|
|
||
|
|
automation: !include automations.yaml
|
||
|
|
|
||
|
|
scene: !include scenes.yaml
|
||
|
|
|
||
|
|
frontend:
|
||
|
|
themes: !include_dir_merge_named themes
|
||
|
|
|
||
|
|
mobile_app:
|
||
|
|
|
||
|
|
sensor:
|
||
|
|
- platform: integration
|
||
|
|
source: sensor.total_energy_consumption
|
||
|
|
name: energy_spent
|
||
|
|
unit_prefix: k
|
||
|
|
round: 2
|
||
|
|
|
||
|
|
#homekit:
|
||
|
|
# - name: Entrance Gate Bridge
|
||
|
|
# port: 51828
|
||
|
|
# filter:
|
||
|
|
# include_entities:
|
||
|
|
# - cover.garage_manager_garage_door
|
||
|
|
# entity_config:
|
||
|
|
# cover.garage_manager_garage_door:
|
||
|
|
# name: Abrir Portón
|
||
|
|
|
||
|
|
api:
|