66666666666
原来在这里,亏我自己添加了2个sensor去管理检查和重启
Check:
entity: sensor.hacheck
hold_action:
action: more-info
show_icon: true
show_name: true
tap_action:
action: call-service
service: homeassistant.check_config
type: entity-button
Restart:
entity: sensor.harestart
hold_action:
action: more-info
show_icon: true
show_name: true
tap_action:
action: call-service
service: homeassistant.restart
type: entity-button
|