Hass setup
This commit is contained in:
35
Docker/HomeAssistant/config/configuration.yaml
Normal file
35
Docker/HomeAssistant/config/configuration.yaml
Normal file
@@ -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:
|
||||
Reference in New Issue
Block a user