Advertisement
Jonatanpn

Untitled

Dec 8th, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. title: Casa
  2. views:
  3. - path: default_view
  4. title: Home
  5. panel: false
  6. theme: ios-themes
  7. badges:
  8. - entity: binary_sensor.updater
  9. - entity: person.jonatan
  10. - entity: sensor.memory_use_percent
  11. - entity: sensor.processor_use_percent
  12. - entity: sensor.cpu_temperature
  13. - entity: sensor.disk_use_percent
  14. - entity: sensor.last_boot
  15. - entity: sensor.hacs
  16. - entity: sun.sun
  17. cards:
  18. - type: entities
  19. entities:
  20. - light.lampara_despacho
  21. title: Luz
  22. state_color: true
  23. - type: entities
  24. entities:
  25. - light.hue_color_lamp_1
  26. - light.on_off_plug_1
  27. - light.hue_color_lamp_2
  28. title: Despacho
  29. - type: light
  30. entity: light.lampara_despacho
  31. - elements:
  32. - attribute: remain_time
  33. attribute_max: initial_time
  34. entity: sensor.lavadora
  35. fill: 'rgba(40, 40, 49, 0.2)'
  36. gradient: true
  37. font_style:
  38. color: '#73dce5'
  39. font-size: 3em
  40. line-height: 1.2
  41. text-align: center
  42. text-shadow: 1px 1px black
  43. font-family: Trebuchet MS
  44. color_stops:
  45. '50': '#55FF55'
  46. '75': '#5555FF'
  47. '100': '#FF5555'
  48. style:
  49. align: center
  50. left: 50%
  51. top: 45%
  52. width: 50%
  53. min: 0
  54. name: 'Quedan:'
  55. show_card: false
  56. stroke_width: 10
  57. type: 'custom:circle-sensor-card'
  58. - entity: sensor.lavadora
  59. filter:
  60. include:
  61. - key: sensor.lavadora.run_state
  62. name: Estado
  63. - key: sensor.lavadora.current_course
  64. name: Programa
  65. - key: sensor.lavadora.initial_time
  66. name: Duración del programa
  67. - key: sensor.lavadora.remain_time
  68. name: Tiempo restante
  69. heading_name: Detalles
  70. heading_state: Info
  71. style:
  72. left: 50%
  73. top: 83%
  74. width: 70%
  75. type: 'custom:entity-attributes-card'
  76. image: /local/LAVADORA_LG_F2J7VY8S.png
  77. style: |
  78. ha-card {
  79. background-color: rgba(0,0,0,0.6);
  80. }
  81. type: picture-elements
  82. - type: gauge
  83. entity: sensor.realmex2_nivel_de_la_bateria
  84. min: 0
  85. max: 100
  86. - type: weather-forecast
  87. entity: weather.casa
  88. show_forecast: false
  89. - title: Otros
  90. path: lavadora
  91. theme: clear
  92. badges: []
  93. cards:
  94. - type: entities
  95. entities:
  96. - switch.garaje_kelme
  97. - switch.luz_ventilador_salon
  98. title: Interruptor
  99. - type: entities
  100. entities:
  101. - remote.rm2pro3_remote
  102. title: Salón
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement