homeassistant/config angepasst
This commit is contained in:
16
homeassistant/config/automations.yaml
Normal file
16
homeassistant/config/automations.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
- id: '1734541261890'
|
||||||
|
alias: Batteriewarnung X5
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: numeric_state
|
||||||
|
entity_id:
|
||||||
|
- sensor.max_watch_battery_max
|
||||||
|
below: 29.9
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- action: notify.mobile_app_s20_lars
|
||||||
|
metadata: {}
|
||||||
|
data:
|
||||||
|
message: Batterie X5 unter 30%
|
||||||
|
title: Warnung
|
||||||
|
mode: single
|
||||||
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
|
||||||
@@ -14,5 +14,8 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|||||||
Reference in New Issue
Block a user