『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 399|回复: 0

[求助] 模板扩展的问题

[复制链接]

20

主题

135

帖子

797

积分

高级会员

Rank: 4

积分
797
金钱
662
HASS币
0
发表于 2024-6-30 12:15:53 | 显示全部楼层 |阅读模式
如果我在开发者工具-服务里面使用模板
service: shell_command.setimportant
data:
Id: >-
{{
state_attr('sensor.jin_3tian_zhong_yao_shi_jian','important1').split(',')[3]
}}


能正常。但是,我在button里面就不能正常,会报错
show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: shell_command.setimportant
data:
Id: >-
{{
state_attr('sensor.jin_3tian_zhong_yao_shi_jian','important1').split(',')[3]
}}
entity: switch.livingroomlight

2024-06-30 12:14:44.769 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'data' is undefined when rendering '/config/script/setimportant.py '{{data}}{{Id}}''
这是什么原理呢?

Snipaste_2024-06-30_12-13-01.jpg Snipaste_2024-06-30_12-12-41.jpg
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-23 07:57 , Processed in 0.051947 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表