alessmart

Climate card

Jan 1st, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. square: false
  2. type: grid
  3. cards:
  4. - type: grid
  5. columns: 1
  6. square: false
  7. cards:
  8. - type: custom:meteoalarm-card
  9. entities:
  10. - entity: binary_sensor.meteoalarm
  11. integration: meteoalarm
  12. scaling_mode: headline_and_scale
  13. override_headline: true
  14. hide_when_no_warning: false
  15. - type: weather-forecast
  16. entity: weather.home
  17. forecast_type: daily
  18. - type: custom:weather-radar-card
  19. static_map: true
  20. square_map: true
  21. show_recenter: false
  22. show_scale: false
  23. show_marker: true
  24. show_playback: false
  25. extra_labels: false
  26. - type: vertical-stack
  27. cards:
  28. - graph: line
  29. type: sensor
  30. entity: sensor.weather_temperature
  31. detail: 1
  32. hours_to_show: 240
  33. - graph: line
  34. type: sensor
  35. entity: sensor.weather_humidity
  36. detail: 1
  37. hours_to_show: 240
  38. columns: 3
  39.  
Advertisement
Add Comment
Please, Sign In to add comment