這個沒特別,就是picture card拼湊
以下為刪減大部份設備後的代碼供參考
cards:
- elements:
- entity: light.yeelight_strip_dad
state_filter:
'off': opacity(40%) saturate(0%)
'on': opacity(100%)
state_image:
'off': /local/floorplan/img/ico_bulb.png
'on': /local/floorplan/img/ico_bulb.png
style:
left: 20%
top: 68%
width: 7%
tap_action:
action: toggle
type: image
- entity: fan.xiaomi_circulating_fan
state_filter:
'off': opacity(40%) saturate(0%)
unavailable: opacity(40%) saturate(0%)
'on': opacity(100%)
state_image:
'off': /local/floorplan/img/ico_fan.png
unavailable: /local/floorplan/img/ico_fan.png
'on': /local/floorplan/img/btn_fan_gif.gif
style:
left: 88%
top: 40%
width: 7%
tap_action:
action: toggle
type: image
image: local/floorplan/img/img/floor_off.png
type: picture-elements
column_width: 100%
entities: null
|