New scenes for HA standalone setup on raspi

- KNX buttons
- long click custom component
This commit is contained in:
Martin Bauer
2020-04-28 18:38:45 +00:00
parent c9c9c35561
commit 250556adc2
14 changed files with 1388 additions and 25 deletions

View File

@@ -1,12 +1,25 @@
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
#default_config:
frontend:
mobile_app:
person:
sun:
system_health:
updater:
#input_boolean:
#input_datetime:
#input_number:
#input_select:
#input_text:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: https://ha.bauer.tech
# Discover some devices automatically
# Di over some devices automatically
#discovery:
homeassistant:
@@ -100,7 +113,7 @@ dimmer:
cover_half:
long_click:
duration: 1.0
duration: 0.6
switches:
- switch.esszimmer_szene_0
- switch.esszimmer_szene_1
@@ -108,6 +121,12 @@ long_click:
- switch.esszimmer_szene_3
- switch.esszimmer_szene_4
- switch.esszimmer_szene_5
- switch.wohnzimmer_szene_0
- switch.wohnzimmer_szene_1
- switch.wohnzimmer_szene_2
- switch.wohnzimmer_szene_3
- switch.wohnzimmer_szene_4
- switch.wohnzimmer_szene_5
- switch.eingang_szene_2
- switch.eingang_szene_3
- switch.eingang_szene_4
@@ -137,29 +156,27 @@ tts:
knx:
rate_limit: 20
tunneling:
host: !secret knxd_host
host: 192.168.178.65
port: 3671
local_ip: !secret local_ip
fhem:
host: server
host: localhost
port: 7072
cul_device_name: CUL_HM
zwave:
usb_path: /dev/zwave-stick
usb_path: /dev/serial/by-id/usb-0658_0200-if00
network_key: "0xE0, 0x64, 0x50, 0x55, 0x20, 0x63, 0xC7, 0x05, 0x62, 0xD3, 0xEA, 0x91, 0x87, 0xE0, 0x1E, 0x74"
lirc_network:
- host: kitchenpi
- host: kitchenpi.fritz.box
port: 2222
- host: bedroompi
- host: bedroompi.fritz.box
port: 2222
- host: esszimmerradio
- host: esszimmerradio.fritz.box
port: 8765
- host: musikserverWohnzimmerOben
- host: musikserverWohnzimmerOben.fritz.box
port: 8765
binary_sensor:
@@ -167,14 +184,16 @@ binary_sensor:
media_player:
- platform: squeezebox_telnet
host: server
host: server.fritz.box
- platform: squeezebox_telnet
host: musikserverWohnzimmerOben.fritz.box
- platform: denonavr
host: avreceiver
host: avreceiver.fritz.box
vacuum:
- platform: xiaomi_miio
host: rockrobo
host: rockrobo.fritz.box
token: !secret vacuum_token
@@ -221,4 +240,35 @@ sensor:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
scene: !include_dir_merge_list scenes
# Light groups
light:
- platform: group
name: Küche & Esszimmer Lichter
entities:
- light.kuche_deckenlampe
- light.esszimmer_deckenlampe_west
- light.esszimmer_deckenlampe_mitte
- light.kuche_links
- light.kuche_rechts
- light.kuche_vorne
- platform: group
name: Wohnzimmer Lichter
entities:
- light.wohnzimmer_deckenlampe
- light.wohnzimmer_kugel
- light.wohnzimmer_stehlampe
- light.wohnzimmer_stehlampe_oben
- light.wohnzimmer_regal_rechts
- light.wohnzimmer_regal_links
- platform: group
name: Garten Lichter
entities:
- light.garten_spot_birke
- light.garten_spot_magnolie
- light.garten_spot_beet
- light.garten_stehleuchte
- light.aussen_terassenlicht