RZL: Use the light switch icon instead of remote
This commit is contained in:
parent
fdce5b9645
commit
6a5bf85c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ const config : Config = {
|
||||||
remotes: {
|
remotes: {
|
||||||
name: "Fernbedinungen",
|
name: "Fernbedinungen",
|
||||||
position: [400, 348],
|
position: [400, 348],
|
||||||
icon: mdi("remote"),
|
icon: mdi("light-switch"),
|
||||||
iconColor: (state) => //if any remote is low make icon red
|
iconColor: (state) => //if any remote is low make icon red
|
||||||
["65536", "65542", "65546", "65547"].some(
|
["65536", "65542", "65546", "65547"].some(
|
||||||
x => state[tradfri_remote.low(x)] == "true") ? hex("#ff0000") : hex("#000000"),
|
x => state[tradfri_remote.low(x)] == "true") ? hex("#ff0000") : hex("#000000"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue