homeassistant/config angepasst
This commit is contained in:
37
homeassistant/config/configuration.yaml
Normal file
37
homeassistant/config/configuration.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
group: !include groups.yaml
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
|
||||
# Localhost als erlaubter zugang zulassen
|
||||
|
||||
homeassistant:
|
||||
external_url: "https://ha.borgal.de"
|
||||
internal_url: "https://docker:8123"
|
||||
|
||||
customize:
|
||||
sensor.bitshake_smartmeterreader_aktuelle_wirkleistung:
|
||||
unit_of_measurement: "W"
|
||||
device_class: energy
|
||||
|
||||
sensor.bitshake_smartmeterreader_total_in:
|
||||
unit_of_measurement: "kWh"
|
||||
device_class: energy
|
||||
|
||||
sensor.bitshake_smartmeterreader_total_out:
|
||||
unit_of_measurement: "kWh"
|
||||
device_class: energy
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
#- 0.0.0.0
|
||||
- 192.168.0.111 # IP Docker
|
||||
- 10.1.0.0/16
|
||||
Reference in New Issue
Block a user