suppression du script qui n'est plus necessaire -> push mqtt
This commit is contained in:
committed by
Cabillot Julien
parent
d4366c7863
commit
474ec808f8
@@ -8,4 +8,7 @@
|
||||
entity_id: "input_boolean.alarmclock_status"
|
||||
state: "on"
|
||||
action:
|
||||
service: "script.wake_up"
|
||||
service: "mqtt.publish"
|
||||
data:
|
||||
topic: "alarmclock/switch"
|
||||
payload: "ON"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
- platform: "mqtt"
|
||||
name: "alarmclock"
|
||||
retain: true
|
||||
command_topic: "alarmclock/switch"
|
||||
state_topic: "alarmclock/status"
|
||||
rgb_command_topic: "alarmclock/color/switch"
|
||||
rgb_state_topic: "alarmclock/color/status"
|
||||
@@ -1,9 +0,0 @@
|
||||
alarmclock:
|
||||
sequence:
|
||||
- service: "light.turn_on"
|
||||
data:
|
||||
entity_id: "light.lux_lamp"
|
||||
brightness: 255
|
||||
transition: 10
|
||||
- service: "homeassistant.turn_off"
|
||||
entity_id: "switch.smart_switch1"
|
||||
Reference in New Issue
Block a user