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

 找回密码
 立即注册
查看: 1317|回复: 1

[技术探讨] homeassistant自定义天气传感器

[复制链接]

2

主题

7

帖子

63

积分

注册会员

Rank: 2

积分
63
金钱
56
HASS币
0
发表于 2024-1-6 09:52:42 | 显示全部楼层 |阅读模式
编写configuration.yaml文件
代码:
template:
  - sensor:
      - unique_id: my_weather
        state: '{{ states("weather.wo_de_jia") }}'
        attributes:
          wendu: >
            <span style="font-family: bahnschrift;font-size:3.5rem;font-weight:600">{{states('sensor.wo_de_jia_wen_du') }}°</span>

          shidu: >
            <p style="font-family: bahnschrift;font-size:1.8rem;line-height:93%;margin:0;padding:0;text-align:left">
            {{states('sensor.wo_de_jia_shi_du')}}%</p>
            <p style="font-size:14px;color:#666;line-height:16px;margin:0;padding:0;text-align:left">湿度</span></p>

          shushi: >
            <p style="font-family: bahnschrift;font-size:1.8rem;line-height:93%;margin:0;padding:0;text-align:left">
            {{states('sensor.wo_de_jia_shu_gua_zhi_shu')}}</p>
            <p style="font-size:14px;color:#666;line-height:16px;margin:0;padding:0;text-align:left">舒适指数</span></p>

          state: >
            {{ states("weather.wo_de_jia") }}

回复

使用道具 举报

0

主题

20

帖子

160

积分

注册会员

Rank: 2

积分
160
金钱
140
HASS币
0
发表于 2024-1-6 17:13:59 | 显示全部楼层
这个定义了干什么用,咋用呀
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-26 02:36 , Processed in 0.048162 second(s), 24 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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