summeractive is now a JSON-Value instead of a dedicated topic
This commit is contained in:
parent
424aef1991
commit
9a070dcc2b
1 changed files with 2 additions and 2 deletions
|
|
@ -208,8 +208,8 @@ const config: Config = {
|
||||||
},
|
},
|
||||||
heaterBedroomSummermode: {
|
heaterBedroomSummermode: {
|
||||||
state: {
|
state: {
|
||||||
name: "tele/home-rust/fritzbox/device/bedroom/summeractive",
|
name: "tele/home-rust/fritzbox/device/bedroom",
|
||||||
type: (msg) => (msg.toString().split(" ")[1])
|
type: types.json("summeractive")
|
||||||
},
|
},
|
||||||
defaultValue: "1"
|
defaultValue: "1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue