Fixed the MQTT Light issue as well. Sinmple Search and replace using Atom!
This commit is contained in:
parent
c5414e3e35
commit
c19e96811c
|
@ -32,7 +32,7 @@ binary_sensor:
|
|||
hidden: False
|
||||
|
||||
light:
|
||||
- platform: mqtt_json
|
||||
- platform: mqtt
|
||||
name: Clock Screensaver
|
||||
state_topic: floorplan/clock_screensaver
|
||||
command_topic: floorplan/clock_screensaver/set
|
||||
|
|
|
@ -26,7 +26,7 @@ switch:
|
|||
|
||||
light:
|
||||
|
||||
- platform: mqtt_json
|
||||
- platform: mqtt
|
||||
name: Bedroom Screensaver
|
||||
state_topic: floorplan/bedroom_screensaver
|
||||
command_topic: floorplan/bedroom_screensaver/set
|
||||
|
|
Loading…
Reference in New Issue