Many updates

This commit is contained in:
Philipp Hansen 2024-04-24 21:58:21 +02:00
parent 3c35a848df
commit 5b6ae1e872
39 changed files with 57 additions and 61 deletions

0
lovelace/dashboard/harmony/harmony.yaml Normal file → Executable file
View File

0
lovelace/dashboard/harmony/volume_control.yaml Normal file → Executable file
View File

9
lovelace/dashboard/hello_world.yaml Normal file → Executable file
View File

@ -40,7 +40,7 @@
name: Mailbox
tap_action: none
show_label: true
size: 20%
size: 10%
state:
- operator: template
value: >
@ -48,13 +48,6 @@
icon: mdi:mailbox
- operator: default
icon: mdi:mailbox-outline
- type: 'custom:button-card'
#color_type: icon
entity: timer.laundry
name: laundry
tap_action: none
show_label: true
size: 20%
- type: horizontal-stack
cards:

0
lovelace/dashboard/kunibert.yaml Normal file → Executable file
View File

0
lovelace/dashboard/laundry.yaml Normal file → Executable file
View File

11
lovelace/dashboard/lights.yaml Normal file → Executable file
View File

@ -28,6 +28,15 @@
ulm_card_light_enable_color: true
ulm_card_light_force_background_color: true
ulm_card_light_name: Sill
- type: "custom:button-card"
template: card_light
entity: light.living_room_tv_bank_switch
variables:
ulm_card_light_enable_color: true
ulm_card_light_force_background_color: true
ulm_card_light_name: TV Bank
- type: horizontal-stack
cards:
- type: "custom:button-card"
template: card_light
entity: light.living_room_lights
@ -56,7 +65,7 @@
- type: "custom:button-card"
template: card_light
entity: light.livingroom_switch_tv
entity: switch.livingroom_tv_socket_switch
variables:
ulm_card_light_icon: mdi:television
ulm_card_light_enable_color: true

14
lovelace/dashboard/sensors.yaml Normal file → Executable file
View File

@ -8,14 +8,14 @@
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Garden Door"
entity: binary_sensor.livingroom_door_garden_iaszone
entity: binary_sensor.livingroom_door_garden_opening
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Freezer"
entity: binary_sensor.livingroom_freezer_iaszone
- type: horizontal-stack
@ -24,14 +24,14 @@
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Bathroom Window"
entity: binary_sensor.bathroom_window_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Mailbox"
entity: binary_sensor.mailbox_door_iaszone
@ -41,14 +41,14 @@
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Hallway Motion"
entity: binary_sensor.hallway_motion_iaszone
- type: 'custom:button-card'
template: card_binary_sensor_alert
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
ulm_show_last_alert_changed: true
ulm_card_binary_sensor_alert_name : "Mailbox Motion"
entity: binary_sensor.mailbox_motion_iaszone

0
lovelace/dashboard/temperature.yaml Normal file → Executable file
View File

0
packages/door_sensors/door_sensors.yaml Normal file → Executable file
View File

2
packages/harmony/harmony.yaml Normal file → Executable file
View File

@ -15,7 +15,7 @@ script:
seconds: 2
- service: media_player.volume_set
data:
volume_level: 0.3
volume_level: 0.25
target:
entity_id: media_player.denon_avr_x1600h
- service: remote.send_command

8
packages/harmony/netflix.yaml Normal file → Executable file
View File

@ -5,9 +5,9 @@ script:
- conditions:
- condition: device
type: is_off
device_id: 53acbc86deb1bb16ca4c0889a78be5d2
entity_id: light.livingroom_switch_tv
domain: light
device_id: ff2addb4c1638a2277c0198d9ec18844
entity_id: switch.livingroom_tv_socket_switch
domain: switch
sequence:
- service: script.turn_on
target:
@ -41,6 +41,6 @@ script:
seconds: 2
- service: media_player.volume_set
data:
volume_level: 0.5
volume_level: 0.35
target:
entity_id: media_player.denon_avr_x1600h

4
packages/harmony/turn_on_tv.yaml Normal file → Executable file
View File

@ -1,9 +1,9 @@
script:
tv_turn_on:
sequence:
- service: light.turn_on
- service: switch.turn_on
target:
entity_id: light.livingroom_switch_tv
entity_id: switch.livingroom_tv_socket_switch
- delay:
seconds: 15
- service: remote.send_command

0
packages/harmony/volume_control.yaml Normal file → Executable file
View File

0
packages/homeassistant/default_theme.yaml Normal file → Executable file
View File

5
packages/homeassistant/homeassistant.yaml Normal file → Executable file
View File

@ -24,3 +24,8 @@ http:
lovelace:
mode: yaml
resources: !include ../../resources.yaml
zha:
zigpy_config:
ota:
ikea_provider: true

0
packages/homeassistant/recorder.yaml Normal file → Executable file
View File

0
packages/html5_notifications/html5_notification.yaml Normal file → Executable file
View File

0
packages/laundry/laundry_timer.yaml Normal file → Executable file
View File

0
packages/laundry/timer.yaml Normal file → Executable file
View File

1
packages/light/adaptive.yaml Normal file → Executable file
View File

@ -8,4 +8,3 @@ adaptive_lighting:
- light.bedroom_bulb_light
- light.bedroom_bulb_toni_light
- light.bedroom_bulb_philipp_light
- light.nursery_bulb

0
packages/light/all_device_group.yaml Normal file → Executable file
View File

0
packages/light/bedroom_group.yaml Normal file → Executable file
View File

0
packages/light/buttons/bedrooms.yaml Normal file → Executable file
View File

1
packages/light/livingroom_group.yaml Normal file → Executable file
View File

@ -7,3 +7,4 @@ light:
- light.livingroom_switch_lamp_couch
- light.living_room_switch_lamp_sill
#- light.livingroom_switch_lamp
- light.living_room_tv_bank_switch

0
packages/light/motion.yaml Normal file → Executable file
View File

0
packages/livingroom/button/button.yaml Normal file → Executable file
View File

View File

@ -0,0 +1 @@
,philipp,C3PO,10.02.2024 22:06,file:///home/philipp/.config/libreoffice/4;

0
packages/livingroom/remote/remote.yaml Normal file → Executable file
View File

0
packages/mailbox/mailbox_received.yaml Normal file → Executable file
View File

0
packages/mailbox/mailbox_taken_out.yaml Normal file → Executable file
View File

0
packages/mailbox/switch.yaml Normal file → Executable file
View File

0
packages/minimalist/minimalist_input.yaml Normal file → Executable file
View File

0
packages/nursery/babycrydetection.yaml Normal file → Executable file
View File

42
packages/nursery/nursery.yaml Normal file → Executable file
View File

@ -1,6 +1,8 @@
automation:
# Nursery heat lamp turn on from bedroom Philipp
- alias: nursery_heat_lamp_bedroom_button_philipp_turn_on
- alias: nursery_light_on
description: "nursery_light_on"
mode: single
trigger:
- device_id: 1baf5adc6850ac0413ee80d5ce75f1b8
domain: zha
@ -8,23 +10,16 @@ automation:
type: remote_button_short_press
subtype: turn_on
action:
- type: turn_on
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
- type: turn_on
device_id: 8d78194d0cb175221b3b0ffa337a9592
entity_id: light.nursery_bulb
domain: light
- delay:
minutes: 15
- type: turn_off
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
# Nursery heat lamp turn off from bedroom Philipp
- alias: nursery_heat_lamp_bedroom_button_philippturn_off
- alias: nursery_light_off
description: "nursery_light_off"
mode: single
trigger:
- device_id: 1baf5adc6850ac0413ee80d5ce75f1b8
domain: zha
@ -36,10 +31,6 @@ automation:
device_id: 8d78194d0cb175221b3b0ffa337a9592
entity_id: light.nursery_bulb
domain: light
- type: turn_off
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
###### Nursery #####
@ -52,20 +43,10 @@ automation:
type: remote_button_short_press
subtype: turn_on
action:
- type: turn_on
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
- type: turn_on
device_id: 8d78194d0cb175221b3b0ffa337a9592
entity_id: light.nursery_bulb
domain: light
- delay:
minutes: 15
- type: turn_off
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
# Nursery heat lamp + light turn on button door
- alias: nursery_heat_lamp_bulb_turn_on_nursery_button_door
@ -80,12 +61,20 @@ automation:
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
- type: turn_on
device_id: 8d78194d0cb175221b3b0ffa337a9592
entity_id: light.nursery_bulb
domain: light
- delay:
minutes: 15
- type: turn_off
device_id: f544eb364af0e4c42f36e5479f79e111
entity_id: switch.nursery
domain: switch
- type: turn_off
device_id: 8d78194d0cb175221b3b0ffa337a9592
entity_id: light.nursery_bulb
domain: light
# Nursery heat lamp turn off button door
- alias: nursery_heat_lamp_turn_off_nursery_button_door
@ -105,7 +94,6 @@ automation:
entity_id: light.nursery_bulb
domain: light
- id: '1689371777559'
- alias: Baby Notification
description: ''
trigger:

2
packages/office/button.yaml Normal file → Executable file
View File

@ -106,7 +106,7 @@ automation:
domain: zha
platform: device
type: remote_button_long_press
subtype: dim_down
subtype: long_down
action:
- type: turn_off
entity_id: light.office_bulb

0
packages/office/wol.yaml Normal file → Executable file
View File

0
packages/turn_off_everything.txt Normal file → Executable file
View File

0
resources.yaml Normal file → Executable file
View File

0
ui-lovelace.yaml Normal file → Executable file
View File