Advertisement
artpc

sun_card

Jun 28th, 2021
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. type: custom:stack-in-card
  2. mode: vertical
  3. cards:
  4. - type: custom:sun-card
  5. name: Sun
  6. - type: custom:stack-in-card
  7. mode: vertical
  8. cards:
  9. - type: entities
  10. entities:
  11. - entity: sensor.day_night
  12. name: Dzień/Noc
  13. - entity: sensor.season
  14. name: Sezon
  15. - type: custom:hui-element
  16. row_type: divider
  17. - entity: sensor.dark_sky_temperature
  18. name: Temperatura
  19. - entity: sensor.dark_sky_apparent_temperature
  20. name: Temperatura Pozorna
  21. - type: custom:hui-element
  22. row_type: divider
  23. - entity: sensor.dark_sky_daytime_high_temperature_0d
  24. name: Maksymalna Temperatura
  25. - entity: sensor.dark_sky_overnight_low_temperature_0d
  26. name: Minimalna Temperatura
  27. - type: custom:hui-element
  28. row_type: divider
  29. - entity: sensor.dark_sky_humidity
  30. name: Wilgotność
  31. - entity: sensor.weatherbit_dewpoint
  32. name: Punkt Rosy
  33. - type: custom:hui-element
  34. row_type: divider
  35. - entity: sensor.dark_sky_visibility
  36. name: Widoczność
  37. - entity: sensor.czujnik_swiatla_illuminance
  38. name: Natężenie oświetlenia
  39. icon: mdi:weather-sunny
  40. - type: custom:hui-element
  41. row_type: divider
  42. - entity: sensor.dark_sky_precip_intensity
  43. name: Precipitation Intensity
  44. - entity: sensor.dark_sky_precip_probability
  45. name: Precipitation Probability
  46. - type: custom:hui-element
  47. row_type: divider
  48. - entity: sensor.dark_sky_pressure
  49. name: Ciśnienie
  50. - entity: sensor.dark_sky_wind_speed
  51. name: Prędkość Wiatru
  52. - type: custom:hui-element
  53. row_type: divider
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement