diff --git a/Docker/HomeAssistant/config/configuration.yaml b/Docker/HomeAssistant/config/configuration.yaml new file mode 100644 index 0000000..2555d30 --- /dev/null +++ b/Docker/HomeAssistant/config/configuration.yaml @@ -0,0 +1,35 @@ +# 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: \ No newline at end of file