12
116
297
中级会员
使用道具 举报
hass.states.set("hachina.hello_world", "太棒了!")
def setup(hass, config): """配置文件加载后,被调用的程序.""" # 准备一些属性值,在给实体设置状态的同时,设置实体的这些属性 attr = {"icon": "mdi:yin-yang", "friendly_name": "迎接新世界", "slogon": "积木构建智慧空间!"} # 使用了在程序开头预定义的域 # 设置状态的同时,设置实体的属性 hass.states.set(DOMAIN+".hello_world", "太棒了!", attributes=attr) return True
0
173
1403
金牌会员
automation: - id: '123456789' alias: Custom Tracker trigger: - entity_id: binary_sensor.richard platform: state - event: start platform: homeassistant action: - data_template: dev_id: richard location_name: > {% if is_state('binary_sensor.richard', 'on') -%} home {%- else -%} not_home {%- endif %} service: device_tracker.see
jasonlai79 发表于 2020-4-22 13:17 在設定-人員的選單裡可以綁定人員的設備來追蹤是否在家 有查到可以用device_tracker.see改變狀態,可以試試 ...
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian
GMT+8, 2024-11-24 23:07 , Processed in 0.439757 second(s), 26 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.