Cleanup
This commit is contained in:
@ -5,7 +5,6 @@ automation:
|
||||
trigger:
|
||||
- event: start
|
||||
platform: homeassistant
|
||||
condition: []
|
||||
action:
|
||||
- data:
|
||||
name: minimalist-desktop
|
||||
|
45
packages/homeassistant/homekit.yaml
Normal file
45
packages/homeassistant/homekit.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
homekit:
|
||||
ip_address: 10.10.20.50
|
||||
|
||||
filter:
|
||||
include_entities:
|
||||
- sensor.temperature_kai_humidity
|
||||
- sensor.temperature_kai_temperature
|
||||
- light.all_indirect
|
||||
- light.all_direct
|
||||
- script.light_store_off
|
||||
- script.light_store_restore
|
||||
- scene.light_flux
|
||||
- scene.light_night
|
||||
- switch.adaptive_lighting_sleep_mode_default
|
||||
- switch.adaptive_lighting_default
|
||||
- switch.server
|
||||
- switch.server_template
|
||||
- scene.light_adaptive
|
||||
|
||||
|
||||
entity_config:
|
||||
sensor.temperature_kai_humidity:
|
||||
name: Feuchtigkeit
|
||||
sensor.temperature_kai_temperature:
|
||||
name: Temperatur
|
||||
light.all_indirect:
|
||||
name: Indirekt
|
||||
light.all_direct:
|
||||
name: Direkt
|
||||
script.light_store_off:
|
||||
name: Licht aus
|
||||
script.light_store_restore:
|
||||
name: Licht an
|
||||
scene.light_adaptive:
|
||||
name: Licht Adaptiv
|
||||
scene.light_night:
|
||||
name: Licht Nacht
|
||||
switch.adaptive_lighting_default:
|
||||
name: Adaptiv
|
||||
switch.adaptive_lighting_sleep_mode_default:
|
||||
name: Schlaf
|
||||
switch.server:
|
||||
name: Server
|
||||
switch.server_template:
|
||||
name: Server Status
|
6
packages/homeassistant/notifications.yaml
Normal file
6
packages/homeassistant/notifications.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
notify:
|
||||
- platform: html5
|
||||
name: browser
|
||||
vapid_pub_key: !secret google_api_pub
|
||||
vapid_prv_key: !secret google_api_priv
|
||||
vapid_email: !secret google_api_email
|
8
packages/homeassistant/time_date.yaml
Normal file
8
packages/homeassistant/time_date.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
## Time / Date
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
sensor:
|
||||
- platform: time_date
|
||||
display_options:
|
||||
- 'time'
|
||||
- 'date'
|
Reference in New Issue
Block a user