本帖最后由 mini_bar 于 2018-10-16 21:53 编辑
用了ha原生的yahoo天气,圆圈图标都出来,想对这些图标进行分组。在group.yaml中分组,但是用group怎么都是失败,求给我指点。感谢
group:
default_view:
view: yes
icon: mdi:account-multiple
entities:
Weather:
view: yes
name: Weather
entities:
- sensor.yweather_weather
- sensor.yweather_weather_current
- sensor.yweather_temp_min
- sensor.yweather_temp_max
- sensor.yweather_wind_speed
- sensor.yweather_pressure
- sensor.yweather_visibility
- sensor.yweather_humidity
- sensor.yweather_temperature
|