Fix example config
This commit is contained in:
parent
75a07bac21
commit
2d40ab72ff
@ -25,6 +25,6 @@ WIDGETS = [
|
|||||||
("192.168.1.212", "Sensor livingroom"
|
("192.168.1.212", "Sensor livingroom"
|
||||||
), ("192.168.1.211", "Sensor bedroom")]
|
), ("192.168.1.211", "Sensor bedroom")]
|
||||||
]),
|
]),
|
||||||
row_layout("Some buttons", button_widget("test", "set to 1", 1),
|
row_layout("Some buttons", [button_widget("test", "set to 1", 1),
|
||||||
button_widget("test", "set to foo", 'foo'))
|
button_widget("test", "set to foo", 'foo')])
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user