Advertisement
Eldmor

Untitled

Nov 28th, 2019
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Resources:
  2. - type: js
  3. url: /community_plugin/air-visual-card/air-visual-card.js
  4. title: xxx
  5. views:
  6. - badges:
  7. - entity: binary_sensor.updater
  8. - entity: person.xxx
  9. - entity: sensor.u_s_air_quality_index_2
  10. - entity: sensor.chinese_air_pollution_level_2
  11. - entity: sensor.chinese_main_pollutant_2
  12. - entity: sensor.chinese_air_quality_index_2
  13. - entity: sensor.u_s_air_pollution_level_2
  14. - entity: sensor.u_s_main_pollutant_2
  15. - entity: sensor.circadian_values
  16. - entity: sensor.hacs
  17. - entity: sun.sun
  18. cards:
  19. - entities:
  20. - light.kitchenceiling
  21. show_header_toggle: true
  22. title: Kitchen
  23. type: entities
  24. - entities:
  25. - light.livingroomceiling
  26. - light.livingroomfloor
  27. show_header_toggle: true
  28. title: Living Room
  29. type: entities
  30. - entities:
  31. - light.living_room_tv
  32. - light.living_room
  33. - light.living_room_pc
  34. - light.custom_group_for_lights
  35. - light.kitchen
  36. - light.all_lights
  37. title: Light
  38. type: entities
  39. - entities:
  40. - switch.circadian_lighting_circadian_lighting
  41. title: Switch
  42. type: entities
  43. - entity: weather.home
  44. type: weather-forecast
  45. - entity: weather.dark_sky
  46. type: weather-forecast
  47. - type: custom:air-visual-card
  48. air_pollution_level: sensor.u_s_air_pollution_level_2
  49. air_quality_index: sensor.u_s_air_quality_index_2
  50. main_pollutant: sensor.u_s_main_pollutant_2
  51. temp: weather.dark_sky
  52. city: 'xxx'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement