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: {
|
||||
state: {
|
||||
name: "tele/home-rust/fritzbox/device/bedroom/summeractive",
|
||||
type: (msg) => (msg.toString().split(" ")[1])
|
||||
name: "tele/home-rust/fritzbox/device/bedroom",
|
||||
type: types.json("summeractive")
|
||||
},
|
||||
defaultValue: "1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue