一切正常,点灯泡也能发光
但是现在点灯泡以外的其他地方,就会变成下图这样,找了半天文档,也没找到,有遇到过这类问题的,请指点一下,万分感谢!!!
我的配置文件:
type: picture-elements
image: http://192.168.0.210/hass/new/house2.png
elements:
- type: image
entity: light.keting_light
tap_action: none
hold_action: none
state_image:
'on': http://192.168.0.210/hass/new/keting1.png
'off': http://192.168.0.210/hass/new/housebg.png
unavailable: http://192.168.0.210/hass/new/housebg.png
style:
top: 50%
left: 50%
width: 100%
- type: image
entity: switch.esp8266_switch_shufangdeng
tap_action: none
hold_action: none
state_image:
'on': http://192.168.0.210/hass/new/shufang1.png
'off': http://192.168.0.210/hass/new/housebg.png
unavailable: http://192.168.0.210/hass/new/housebg.png
style:
top: 50%
left: 50%
width: 100%
- type: icon
entity: switch.esp8266_switch_shufangdeng
tap_action:
action: toggle
hold_action: none
icon: mdi:lightbulb
style:
top: 57%
left: 25%
- type: icon
entity: light.light.keting_light
tap_action:
action: toggle
hold_action: none
icon: mdi:lightbulb
style:
top: 57%
left: 60%
- type: state-label
entity: sensor.wendu
prefix: 温度:
style:
top: 92%
left: 10%
font-size: 10px
|