grabber_blue

Lovelace Config

Mar 10th, 2021 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 104.10 KB | None | 0 0
  1. title: Norton Court
  2. views:
  3. - path: essentials
  4. title: Essentials
  5. panel: false
  6. icon: 'mdi:home-outline'
  7. theme: transparentblue
  8. background: center / cover no-repeat fixed url('/local/images/216876.jpg')
  9. badges:
  10. - entities:
  11. - entity: sun.sun
  12. icon: 'mdi:moon-waxing-crescent'
  13. name: Nighttime
  14. state_filter:
  15. - below_horizon
  16. type: entity-filter
  17. - entities:
  18. - entity: sun.sun
  19. icon: 'mdi:white-balance-sunny'
  20. name: Daytime
  21. state_filter:
  22. - above_horizon
  23. type: entity-filter
  24. - entity: sensor.period_of_day
  25. - entity: sensor.next_sunrise
  26. - entity: sensor.next_sunset
  27. - entity: person.daniel_brunt
  28. cards:
  29. - type: vertical-stack
  30. cards:
  31. - type: entity-filter
  32. card:
  33. type: glance
  34. columns: 4
  35. entities:
  36. - entity: binary_sensor.office_motion
  37. name: Office
  38. - entity: binary_sensor.living_room_motion
  39. name: Living Room
  40. - entity: binary_sensor.front_porch_motion
  41. name: Front Porch
  42. - entity: binary_sensor.bathroom_motion
  43. name: Bathroom
  44. - entity: binary_sensor.bedroom_motion
  45. name: Bedroom
  46. - entity: binary_sensor.kitchen_motion
  47. name: Kitchen
  48. - entity: binary_sensor.garage_motion
  49. name: Garage
  50. state_filter:
  51. - 'on'
  52. state_color: true
  53. show_state: true
  54. show_icon: true
  55. - type: glance
  56. entities:
  57. - entity: light.bedroom_lights
  58. tap_action:
  59. action: toggle
  60. - entity: light.bathroom_light
  61. tap_action:
  62. action: toggle
  63. - entity: light.fireplace_light
  64. tap_action:
  65. action: toggle
  66. - entity: light.garage_light
  67. tap_action:
  68. action: toggle
  69. - entity: light.living_room_light
  70. tap_action:
  71. action: toggle
  72. - entity: light.office_lights
  73. tap_action:
  74. action: toggle
  75. - entity: light.pole_lamp
  76. tap_action:
  77. action: toggle
  78. - entity: light.porch_light
  79. tap_action:
  80. action: toggle
  81. show_state: false
  82. columns: 3
  83. state_color: true
  84. - type: vertical-stack
  85. cards:
  86. - type: entities
  87. state_color: true
  88. entities:
  89. - sensor.coffee_machine
  90. - input_boolean.coffee_prepared
  91. - type: conditional
  92. conditions:
  93. - entity: sensor.coffee_machine
  94. state: Waiting
  95. name: Make Coffee
  96. row:
  97. entity: switch.sonoff_inching
  98. - type: 'custom:template-entity-row'
  99. name: Filter Count
  100. icon: 'hass:filter-variant'
  101. state: '{{ states(''input_number.coffee_filter_count'') }}'
  102. - type: entities
  103. entities:
  104. - entity: binary_sensor.coffee_brewing
  105. - entity: sensor.coffee_machine
  106. - entity: switch.coffee_maker
  107. - entity: sensor.coffee_maker_electric_a
  108. - entity: input_boolean.coffee_is_ready
  109. - type: vertical-stack
  110. cards:
  111. - type: entities
  112. entities:
  113. - entity: lock.front_door_lock
  114. name: Front Door Lock
  115. - entity: sensor.frontdoor_lock_log_message
  116. - entity: sensor.frontdoor_lock_log_user
  117. - entity: sensor.frontdoor_lock_log_date
  118. - entity: sensor.frontdoor_lock_log_time
  119. - entity: sensor.front_door_lock_battery_level
  120. - type: section
  121. - entity: lock.garage_door_lock
  122. - entity: cover.garage_door
  123. name: Garage Door
  124. title: ' '
  125. state_color: true
  126. - type: vertical-stack
  127. cards:
  128. - type: 'custom:battery-state-card'
  129. secondary_info: last_updated
  130. bulk_rename:
  131. - from: ': Battery Level'
  132. - from: battery level
  133. - from: Battery Level
  134. - from: Battery
  135. collapse: 5
  136. color_thresholds:
  137. - value: 33
  138. color: red
  139. - value: 66
  140. color: yellow
  141. - value: 100
  142. color: green
  143. entities:
  144. - entity: sensor.vog_l04_battery_level
  145. charging_state:
  146. entity_id: sensor.vog_l04_battery_state
  147. state: charging
  148. icon: 'mdi:flash'
  149. color: yellow
  150. - entity: sensor.front_door_lock_battery_level
  151. color_thresholds:
  152. - value: 70
  153. color: red
  154. - value: 85
  155. color: yellow
  156. - value: 100
  157. color: green
  158. filter:
  159. include:
  160. - name: entity_id
  161. value: '*_battery_level'
  162. sort_by_level: asc
  163. - type: glance
  164. entities:
  165. - entity: device_tracker.dbrunt_p30pro
  166. name: Daniel
  167. state_color: true
  168. title: OwnTracks
  169. - type: entities
  170. entities:
  171. - device_tracker.paul
  172. title: UniFi
  173. state_color: true
  174. - title: Lights
  175. path: lights
  176. theme: transparentblue
  177. badges: []
  178. cards:
  179. - type: entities
  180. entities:
  181. - light.aquarium_day_light
  182. - light.aquarium_night_light
  183. - light.bathroom_light
  184. - light.bedroom_lamp_1
  185. - light.bedroom_lamp_2
  186. - light.bedroom_lights
  187. - light.fireplace_light
  188. - light.garage_light
  189. - light.living_room_light
  190. - light.office_light_1
  191. - light.office_light_2
  192. - light.office_light_3
  193. - light.office_lights
  194. - light.pole_lamp
  195. - light.porch_light
  196. - light.rgbw_dimmer_module
  197. - type: glance
  198. entities:
  199. - light.aquarium_day_light
  200. - light.aquarium_night_light
  201. - light.bathroom_light
  202. - light.bedroom_lamp_1
  203. - light.bedroom_lamp_2
  204. - light.bedroom_lights
  205. - light.fireplace_light
  206. - entity: light.garage_light
  207. tap_action:
  208. action: toggle
  209. - light.living_room_light
  210. - light.office_light_1
  211. - light.office_light_2
  212. - light.office_light_3
  213. - light.office_lights
  214. - light.pole_lamp
  215. - light.porch_light
  216. - light.rgbw_dimmer_module
  217. state_color: true
  218. show_state: false
  219. - type: vertical-stack
  220. cards:
  221. - type: glance
  222. entities:
  223. - entity: light.fireplace_light
  224. - entity: light.garage_light
  225. tap_action:
  226. action: toggle
  227. - path: motion
  228. title: Motion
  229. icon: 'hass:run'
  230. badges:
  231. - entity: binary_sensor.bathroom_motion
  232. name: Bathroom
  233. style: |
  234. :host {
  235. --label-badge-blue: {% if is_state('binary_sensor.area_motion_bathroom', 'on') %} yellow {% else %} red {% endif %};
  236. }
  237. - entity: binary_sensor.bedroom_motion
  238. name: Bedroom
  239. style: |
  240. :host {
  241. --label-badge-blue: {% if is_state('binary_sensor.area_motion_bedroom', 'on') %} yellow {% else %} red {% endif %};
  242. }
  243. - entity: binary_sensor.front_door_motion
  244. name: Front Door
  245. style: |
  246. :host {
  247. --label-badge-blue: {% if is_state('binary_sensor.area_motion_front_door', 'on') %} yellow {% else %} red {% endif %};
  248. }
  249. - entity: binary_sensor.garage_motion
  250. name: Garage
  251. style: |
  252. :host {
  253. --label-badge-blue: {% if is_state('binary_sensor.area_motion_garage', 'on') %} yellow {% else %} red {% endif %};
  254. }
  255. - entity: binary_sensor.kitchen_motion
  256. name: Kitchen
  257. style: |
  258. :host {
  259. --label-badge-blue: {% if is_state('binary_sensor.area_motion_kitchen', 'on') %} yellow {% else %} red {% endif %};
  260. }
  261. - entity: binary_sensor.living_room_motion
  262. name: Living Room
  263. style: |
  264. :host {
  265. --label-badge-blue: {% if is_state('binary_sensor.area_motion_living_room', 'on') %} yellow {% else %} red {% endif %};
  266. }
  267. - entity: binary_sensor.office_motion
  268. name: Office
  269. style: |
  270. :host {
  271. --label-badge-blue: {% if is_state('binary_sensor.area_motion_office', 'on') %} yellow {% else %} red {% endif %};
  272. }
  273. - entity: binary_sensor.night_mode
  274. - entity: binary_sensor.bedroom_night_mode
  275. - entity: binary_sensor.living_room_night_mode
  276. - entity: binary_sensor.living_room_override
  277. - entity: binary_sensor.living_room_lux_trigger
  278. cards:
  279. - type: glance
  280. entities:
  281. - entity: binary_sensor.bathroom_motion
  282. name: Bathroom
  283. - entity: binary_sensor.bedroom_motion
  284. name: Bedroom
  285. - entity: binary_sensor.kitchen_motion
  286. name: Kitchen
  287. - entity: binary_sensor.office_motion
  288. name: Office
  289. - entity: binary_sensor.living_room_motion
  290. name: Living Room
  291. - entity: binary_sensor.front_door_motion
  292. name: Front Door
  293. - entity: binary_sensor.front_porch_motion
  294. - entity: binary_sensor.garage_motion
  295. name: Garage
  296. state_color: true
  297. columns: 4
  298. show_state: false
  299. title: Motion
  300. - type: 'custom:auto-entities'
  301. card:
  302. type: glance
  303. title: Area Occupancy
  304. show_state: false
  305. show_color: true
  306. columns: 3
  307. filter:
  308. include:
  309. - domain: binary_sensor
  310. attributes:
  311. device_class: occupancy
  312. exclude:
  313. - entity_id: binary_sensor.area*
  314. sort:
  315. method: name
  316. - type: entities
  317. entities:
  318. - entity: binary_sensor.bathroom_occupancy
  319. - entity: binary_sensor.bedroom_occupancy
  320. - entity: binary_sensor.living_room_occupancy
  321. - entity: binary_sensor.office_occupancy
  322. - entity: binary_sensor.front_porch_occupancy
  323. state_color: true
  324. title: Device Occupancy
  325. - type: 'custom:button-card'
  326. icon: >
  327. [[[ if (entity.state == 'on') return 'mdi:toggle-switch'; else return
  328. 'mdi:toggle-switch-off-outline'; ]]]
  329. tap_action:
  330. action: toggle
  331. entity: input_boolean.sleep_mode
  332. show_state: false
  333. show_icon: true
  334. size: 60px
  335. state_color: true
  336. styles:
  337. icon:
  338. - color: |
  339. [[[ if (entity.state == 'on') return 'yellow'; return 'red' ]]]
  340. - animation: |
  341. [[[
  342. if (entity.state == 'on') return 'blink 2s ease infinite';
  343. ]]]
  344. - type: entities
  345. entities:
  346. - entity: binary_sensor.area_bathroom
  347. - entity: binary_sensor.area_bedroom
  348. - entity: binary_sensor.area_front_door
  349. - entity: binary_sensor.area_garage
  350. - entity: binary_sensor.area_kitchen
  351. - entity: binary_sensor.area_living_room
  352. - entity: binary_sensor.area_office
  353. - entity: binary_sensor.area_garage
  354. state_color: true
  355. title: Area Status
  356. - type: entities
  357. entities:
  358. - entity: switch.area_presence_hold_bathroom
  359. - entity: switch.area_presence_hold_bedroom
  360. - entity: switch.area_presence_hold_front_door
  361. - entity: switch.area_presence_hold_garage
  362. - entity: switch.area_presence_hold_kitchen
  363. - entity: switch.area_presence_hold_living_room
  364. - entity: switch.area_presence_hold_office
  365. state_color: true
  366. title: Presence Hold
  367. - type: entities
  368. entities:
  369. - entity: binary_sensor.bathroom_motion
  370. - entity: binary_sensor.bedroom_motion
  371. - entity: binary_sensor.front_door_motion
  372. - entity: binary_sensor.front_porch_motion
  373. name: Front Porch (Lumi)
  374. - entity: binary_sensor.garage_motion
  375. name: Garage Motion
  376. - entity: binary_sensor.kitchen_motion
  377. name: Kitchen Motion
  378. - entity: binary_sensor.living_room_motion
  379. - entity: binary_sensor.office_motion
  380. - type: entities
  381. entities:
  382. - entity: input_boolean.bedroom_automatic_lights_disabled
  383. - entity: input_boolean.living_room_automatic_lights_disabled
  384. - type: entities
  385. entities:
  386. - entity: sensor.brunt_win10_system_idle_time
  387. - entity: binary_sensor.my_pc_is_active
  388. secondary_info: last-changed
  389. - entity: input_number.pc_active_timeout
  390. - entity: automation.office_motion
  391. secondary_info: last-triggered
  392. - entity: binary_sensor.office_motion
  393. secondary_info: last-changed
  394. state_color: true
  395. show_header_toggle: false
  396. - path: environment
  397. title: Environment
  398. icon: 'hass:thermostat'
  399. theme: ''
  400. badges: []
  401. popup_cards:
  402. sensor.nest_hvac_mode:
  403. type: 'custom:card-templater'
  404. title: Cancel
  405. card:
  406. type: entities
  407. show_header_toggle: false
  408. title: 'Set thermostat to:'
  409. style: |
  410. #main-title {
  411. font-size: 16px;
  412. }
  413. .card-header {
  414. line-height: 20px;
  415. }
  416. .card-header .name {
  417. font-size: 14px;
  418. color: gray;
  419. }
  420. entities:
  421. - entity: sensor.nest_hvac_mode
  422. attribute: hvac_heat
  423. type: 'custom:multiple-entity-row'
  424. image: /local/images/nest-mode-heat-200x200.png
  425. name: Heat
  426. show_state: true
  427. icon: true
  428. styles:
  429. font-weight: bold
  430. width: 80px
  431. text-align: right
  432. color: '#25B1F6'
  433. tap_action:
  434. action: call-service
  435. service: climate.set_hvac_mode
  436. service_data:
  437. entity_id: climate.living_room
  438. hvac_mode: heat
  439. - entity: sensor.nest_hvac_mode
  440. attribute: hvac_off
  441. type: 'custom:multiple-entity-row'
  442. image: /local/images/nest-mode-off-200x200.png
  443. name: 'Off'
  444. show_state: true
  445. styles:
  446. font-weight: bold
  447. width: 40px
  448. text-align: right
  449. color: '#25B1F6'
  450. tap_action:
  451. action: call-service
  452. service: climate.set_hvac_mode
  453. service_data:
  454. entity_id: climate.living_room
  455. hvac_mode: 'off'
  456. entities:
  457. - entity: sensor.nest_hvac_mode
  458. state_template: |
  459. {% if is_state('sensor.nest_hvac_mode', 'heat') %}
  460. '✓'
  461. {% else %}
  462. ' '
  463. {% endif %}
  464. entity: sensor.nest_hvac_mode
  465. sensor.nest_preset_mode:
  466. title: ' '
  467. card:
  468. style: |
  469. .card-header {
  470. line-height: 20px;
  471. font-size: 14px;
  472. white-space: normal;
  473. text-align: center;
  474. }
  475. .card-header .name {
  476. font-size: 14px;
  477. color: gray;
  478. white-space: normal !important;
  479. text-align: center;
  480. }
  481. type: entities
  482. show_header_toggle: false
  483. title: >-
  484. Save energy by using Eco Temperatures when no one's home. Or turn
  485. them on manually any time.
  486. entities:
  487. - type: button
  488. icon: 'mdi:leaf'
  489. action_name: START ECO
  490. name: ' '
  491. tap_action:
  492. action: call-service
  493. service: climate.set_preset_mode
  494. service_data:
  495. entity_id: climate.living_room
  496. preset_mode: eco
  497. - type: button
  498. icon: 'mdi:leaf-off'
  499. action_name: STOP ECO
  500. name: ' '
  501. tap_action:
  502. action: call-service
  503. service: climate.set_preset_mode
  504. service_data:
  505. entity_id: climate.living_room
  506. preset_mode: none
  507. climate.living_room:
  508. title: Schedule
  509. card:
  510. type: 'custom:scheduler-card'
  511. title: Living Room Schedule
  512. include:
  513. - climate.living_room
  514. cards:
  515. - type: 'custom:vertical-stack-in-card'
  516. cards:
  517. - type: 'custom:thermostat-dark-card'
  518. name: Living Room
  519. entity: climate.living_room
  520. chevron_size: 50
  521. step: 0.1
  522. pending: '1'
  523. idle_zone: '2'
  524. hvac:
  525. states:
  526. 'off': 'off'
  527. cooling: cool
  528. heating: heat
  529. attribute: hvac_action
  530. away:
  531. sensor:
  532. sensor: sensor.nest_eco_temp
  533. style: |
  534. ha-card {
  535. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  536. background: #EB6D00;
  537. border-bottom: 1pt solid #E65E00;
  538. {% else %}
  539. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  540. background: #0055FF ;
  541. border-bottom: 1pt solid #00008B;
  542. {% else %}
  543. background: #373F48 ;
  544. border-bottom: 1pt solid #2b333a;
  545. {% endif %}
  546. {% endif %}
  547. box-shadow: 0 0 20px;
  548. }
  549. .dial_title {
  550. color: white !important;
  551. }
  552. - type: entities
  553. entities:
  554. - entity: sensor.nest_humidity
  555. name: Inside Humidity
  556. icon: 'mdi:none'
  557. style:
  558. .: |
  559. ha-card {
  560. color: white;
  561. font-size: 1.1rem;
  562. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  563. background: #EB6D00;
  564. border-bottom: 1pt solid #E65E00;
  565. {% else %}
  566. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  567. background: #0055FF ;
  568. border-bottom: 1pt solid #00008B;
  569. {% else %}
  570. background: #373F48 ;
  571. border-bottom: 1pt solid #2b333a;
  572. {% endif %}
  573. {% endif %}
  574. }
  575. $hui-sensor-entity-row$hui-generic-entity-row$: |
  576. state-badge {
  577. display: none;
  578. }
  579. - type: entities
  580. entities:
  581. - entity: sensor.nest_outside_temperature
  582. name: Outside Temp.
  583. icon: 'mdi:none'
  584. style:
  585. .: |
  586. ha-card {
  587. color: white;
  588. font-size: 1.1rem;
  589. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  590. background: #EB6D00;
  591. border-bottom: 1pt solid #E65E00;
  592. {% else %}
  593. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  594. background: #0055FF ;
  595. border-bottom: 1pt solid #00008B;
  596. {% else %}
  597. background: #373F48 ;
  598. border-bottom: 1pt solid #2b333a;
  599. {% endif %}
  600. {% endif %}
  601. }
  602. $hui-sensor-entity-row$hui-generic-entity-row$: |
  603. state-badge {
  604. display: none;
  605. }
  606. - type: horizontal-stack
  607. cards:
  608. - type: 'custom:button-card'
  609. entity: sensor.nest_hvac_mode
  610. name: MODE
  611. show_name: true
  612. tap_action:
  613. action: more-info
  614. color_type: icon
  615. state:
  616. - operator: template
  617. value: >
  618. [[[ return states['climate.living_room'].state === 'off'
  619. ]]]
  620. icon: 'mdi:none'
  621. color: white
  622. - operator: template
  623. value: >
  624. [[[ return states['climate.living_room'].state === 'heat'
  625. ]]]
  626. icon: 'mdi:none'
  627. color: 'rgb(239, 140, 0)'
  628. - operator: template
  629. value: >
  630. [[[ return states['climate.living_room'].state === 'cool'
  631. ]]]
  632. color: blue
  633. icon: 'mdi:none'
  634. show_state: false
  635. style: |
  636. ha-card {
  637. font-size: 85% !important;
  638. color: white;
  639. background:
  640. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  641. #EB6D00 ;
  642. {% else %}
  643. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  644. #0055FF ;
  645. {% else %}
  646. #373F48;
  647. {% endif %}
  648. {% endif %}
  649. box-shadow: none;
  650. }
  651. ha-icon {
  652. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.1' height='24.1' viewBox='-282.6 655.7 611.9 511.8' fill='%23FFF'%3E%3Cpath d='M235.4 1039.5c-38.3 30.7-76.8 46.1-117.7 46.1-51.2 0-99.7-23-153.5-74.2-61.4-58.8-127.9-110-194.5-110-12.8 0-25.6 2.6-38.4 5.1-2.3.7-5.7 1-7.6-2.6-1.7-3.2 0-5.1 2.6-7.6 38.3-30.7 76.8-46.1 117.7-46.1 51.2 0 99.7 23 153.5 74.2 61.3 58.8 127.8 110 194.4 110 12.8 0 25.6-2.6 38.3-5.1 2.8-.5 5.9-1.2 7.6 2.6 1.6 3.3.1 5.1-2.4 7.6zM-194.5 991c38.3 0 76.8 18 115.2 56.3 46.1 43.5 97.2 84.4 145.9 84.4 10.2 0 20.5-2.6 28.2-5.1 2.6-.7 4.6.1 5.7 2.1 1.7 3.1-.6 5.6-.6 5.6-28.2 23-58.8 33.2-87 33.2-38.3 0-76.8-18-115.2-56.3-46.1-43.5-97.2-84.4-145.9-84.4-10.2 0-20.4 2.9-28.2 5.1-2.3.7-4.2.7-5.7-2.3-1.5-2.8.6-5.3.6-5.3 28.1-20.6 56.3-33.3 87-33.3zM327.4 799c-28.2 23-58.8 33.2-87 33.2-38.3 0-76.8-18-115.2-56.3-46-43.4-97.1-84.4-145.8-84.4-10.2 0-20.5 2.6-28.2 5.1-2.2.7-4.3.2-5.6-1.8-2.2-3.5.5-5.9.5-5.9 28.2-23 58.8-33.2 87-33.2 38.3 0 76.8 18 115.2 56.3 46.1 43.5 97.2 84.4 145.9 84.4 10.2 0 20.5-2.6 28.2-5.1 2.1-.8 4.3-1.1 5.7.7 1.5 2.1 1.9 4.5-.7 7zM81.9 811.9c61.4 58.8 127.9 110 194.5 110 12.8 0 25.6-2.6 38.3-5.1 2.6-.7 5.7-1.2 7.6 2.6 1.6 3.1 0 5.1-2.6 7.6-38.4 30.7-76.8 46-117.7 46-51.2 0-99.7-23-153.5-74.2-61.4-58.8-127.9-110-194.5-110-12.8 0-25.6 2.6-38.3 5.1-2.6.7-5.7.7-7.6-2.6-1.8-3.1 0-5.1 2.6-7.6 38.3-30.7 76.8-46.1 117.7-46.1 51.1 0 99.7 23.1 153.5 74.3z'/%3E%3C/svg%3E");
  653. background-position: 25%;
  654. background-position-x: 50%;
  655. background-position-y: center;
  656. background-repeat: no-repeat;
  657. height: 44px;
  658. margin: 0
  659. auto 3px;
  660. width: 26px;
  661. }
  662. - type: 'custom:button-card'
  663. entity: sensor.nest_preset_mode
  664. name: ECO
  665. label: ECO
  666. tap_action:
  667. action: more-info
  668. color_type: icon
  669. color: green
  670. icon: 'mdi:none'
  671. state:
  672. - operator: template
  673. value: >
  674. [[[ return
  675. states['climate.living_room'].attributes.preset_mode ==
  676. 'none' ]]]
  677. icon: 'mdi:none'
  678. color: white
  679. show_state: false
  680. show_name: true
  681. style: |
  682. ha-card {
  683. font-size: 85% !important;
  684. color: white;
  685. background:
  686. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  687. #EB6D00 !important;
  688. {% else %}
  689. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  690. #0055FF !important;
  691. {% else %}
  692. #373F48 !important;
  693. {% endif %}
  694. {% endif %}
  695. box-shadow: none;
  696. }
  697. ha-icon {
  698. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.1' height='24.1' viewBox='0 0 26 24' fill='%23FFF'%3E%3Cpath class='st0' d='M.8 20.7c6.3 4.5 13.1 4.7 19-1.7 6.1-6.5 6.4-14.5 6.2-19-3.3 4-9.5 2.2-18.2 5C1 7.2.1 15.3 0 18.7c1.6-1.7 4.6-4.5 8.5-5.9 6.2-2.3 8.9-2.3 12.6-5.1-2.3 2.6-5.3 4.1-11.1 6.2-4.2 1.5-7.9 5.3-9.2 6.8z'/%3E%3C/svg%3E");
  699. background-position: 25%;
  700. background-position-x: 50%;
  701. background-position-y: center;
  702. background-repeat: no-repeat;
  703. height: 44px;
  704. margin: 0
  705. auto 3px;
  706. width: 26px;
  707. }
  708. - type: 'custom:button-card'
  709. entity: climate.living_room
  710. name: SCHEDULE
  711. action: url
  712. navigation_path: 'https://home.nest.com'
  713. color_type: card
  714. icon: none
  715. show_state: false
  716. show_name: true
  717. style: |
  718. ha-card {
  719. font-size: 85% !important;
  720. color: white !important;
  721. background:
  722. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  723. #EB6D00 !important;
  724. {% else %}
  725. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  726. #0055FF !important;
  727. {% else %}
  728. #373F48 !important;
  729. {% endif %}
  730. {% endif %}
  731. box-shadow: none;
  732. } ha-icon {
  733. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24.1' fill='%23FFF'%3E%3Cpath d='M17 24.5H5c-2.8 0-5-2.2-5-5v-12c0-2 1.2-3.8 3-4.6v1c0 1.4 1.1 2.6 2.5 2.6S8 5.3 8 3.9V2.5h6v1.4c0 1.4 1.1 2.6 2.5 2.6S19 5.3 19 3.9v-1c1.8.8 3 2.5 3 4.6v12c0 2.8-2.2 5-5 5zm-1.7-7.9l-3.8-2.2V9c0-.6-.4-1-1-1s-1 .4-1 1V15.6s0 .1.1.1l.1.1.1.1s.1 0 .1.1l4.3 2.5c.5.3 1.1.1 1.4-.4.4-.6.2-1.2-.3-1.5zM16.5 5c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1zm-11 0c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1z'/%3E%3C/svg%3E");
  734. background-position: 25%;
  735. background-position-x: 50%;
  736. background-position-y: center;
  737. background-repeat: no-repeat;
  738. height: 44px;
  739. margin: 0
  740. auto 3px;
  741. width: 26px;
  742. }
  743. - type: 'custom:button-card'
  744. entity: climate.living_room
  745. name: HISTORY
  746. tap_action:
  747. action: url
  748. url_path: 'https://home.nest.com'
  749. color_type: card
  750. icon: 'mdi:none'
  751. show_state: false
  752. show_name: true
  753. style: |
  754. ha-card {
  755. font-size: 80% !important;
  756. color: white !important;
  757. background:
  758. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  759. #EB6D00 !important;
  760. {% else %}
  761. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  762. #0055FF !important;
  763. {% else %}
  764. #373F48 !important;
  765. {% endif %}
  766. {% endif %}
  767. box-shadow: none;
  768. } ha-icon {
  769. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 26 24' fill='%23FFF' stroke='%23FFF'%3E%3Cpath stroke-width='.05' d='M12.5 24c-6.6 0-12-5.4-12-12s5.4-12 12-12c.6 0 1 .4 1 1s-.4 1-1 1C7 2 2.5 6.5 2.5 12s4.5 10 10 10 10-4.5 10-10c0-.6.4-1 1-1s1 .4 1 1c0 6.6-5.4 12-12 12zM22.9 8.4c-.5.2-1.1 0-1.3-.5-.2-.5 0-1.1.5-1.3.5-.2 1.1 0 1.3.5.2.5 0 1.1-.5 1.3zm-3.6-3.7c-.4-.4-.4-1 0-1.4s1-.4 1.4 0c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0zm-2.1 11.7l-5.2-3s-.1 0-.1-.1l-.1-.1-.1-.1-.1-.1v-.1-.1-.1-.1-.1-7.1c0-.6.4-1 1-1s1 .4 1 1v6.4l4.7 2.7c.5.3.6.9.4 1.4-.4.6-1 .7-1.5.5zm-1.1-14c-.5-.2-.8-.8-.5-1.3.2-.5.8-.8 1.3-.5.5.2.8.8.5 1.3-.2.5-.8.7-1.3.5z'/%3E%3C/svg%3E");
  770. background-position: 25%;
  771. background-position-x: 50%;
  772. background-position-y: center;
  773. background-repeat: no-repeat;
  774. height: 44px;
  775. margin: 0
  776. auto 3px;
  777. width: 26px;
  778. }
  779. - type: entity-filter
  780. columns: 1
  781. state_filter:
  782. - operator: '!='
  783. value: of
  784. attribute: hvac_action
  785. entities:
  786. - entity: sensor.nest_time_to_temp
  787. name: Estimated time to temp
  788. - entity: sensor.nest_time_to_temp_message
  789. name: Message
  790. - entity: sensor.nest_setpoint
  791. - entity: sensor.nest_temperature
  792. - entity: sensor.living_room_temperature
  793. name: Living Room Precise Temp
  794. - entity: input_number.hvac_current_heat_start_temp
  795. name: This Start Temp
  796. - entity: input_number.hvac_heat_start_temp
  797. name: Last Start Temp
  798. - entity: input_number.hvac_heat_end_temp
  799. name: Last End Temp
  800. state_color: false
  801. show_state: false
  802. show_icon: false
  803. card:
  804. type: entities
  805. show_icon: false
  806. - type: 'custom:vertical-stack-in-card'
  807. cards:
  808. - type: entity-filter
  809. columns: 1
  810. state_filter:
  811. - operator: '!='
  812. value: of
  813. attribute: hvac_action
  814. entities:
  815. - entity: sensor.nest_time_to_temp_message
  816. state_color: false
  817. show_state: false
  818. show_icon: false
  819. card:
  820. type: glance
  821. show_icon: false
  822. show_name: false
  823. style:
  824. .: |
  825. ha-card {
  826. color: white;
  827. font-size: 1.1rem;
  828. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  829. background: #EB6D00;
  830. border-bottom: 1pt solid #E65E00;
  831. {% else %}
  832. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  833. background: #0055FF ;
  834. border-bottom: 1pt solid #00008B;
  835. {% else %}
  836. background: #373F48 ;
  837. border-bottom: 1pt solid #2b333a;
  838. {% endif %}
  839. {% endif %}
  840. }
  841. - type: 'custom:thermostat-dark-card'
  842. name: Living Room
  843. entity: climate.living_room
  844. chevron_size: 50
  845. step: 0.1
  846. pending: '1'
  847. idle_zone: '2'
  848. hvac:
  849. states:
  850. 'off': 'off'
  851. cooling: cool
  852. heating: heat
  853. attribute: hvac_action
  854. away:
  855. sensor:
  856. sensor: sensor.nest_eco_temp
  857. style: |
  858. ha-card {
  859. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  860. background: #EB6D00;
  861. border-bottom: 1pt solid #E65E00;
  862. {% else %}
  863. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  864. background: #0055FF ;
  865. border-bottom: 1pt solid #00008B;
  866. {% else %}
  867. background: #373F48 ;
  868. border-bottom: 1pt solid #2b333a;
  869. {% endif %}
  870. {% endif %}
  871. box-shadow: 0 0 20px;
  872. }
  873. .dial_title {
  874. color: white !important;
  875. }
  876. - type: entities
  877. entities:
  878. - entity: sensor.nest_humidity
  879. name: Inside Humidity
  880. icon: 'mdi:none'
  881. style:
  882. .: |
  883. ha-card {
  884. color: white;
  885. font-size: 1.1rem;
  886. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  887. background: #EB6D00;
  888. border-bottom: 1pt solid #E65E00;
  889. {% else %}
  890. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  891. background: #0055FF ;
  892. border-bottom: 1pt solid #00008B;
  893. {% else %}
  894. background: #373F48 ;
  895. border-bottom: 1pt solid #2b333a;
  896. {% endif %}
  897. {% endif %}
  898. }
  899. $hui-sensor-entity-row$hui-generic-entity-row$: |
  900. state-badge {
  901. display: none;
  902. }
  903. - type: entities
  904. entities:
  905. - entity: sensor.outside_weather_temperature
  906. name: My Outside Temp.
  907. icon: 'mdi:none'
  908. style: |
  909. ha-card {
  910. color: white;
  911. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  912. background: #EB6D00;
  913. border-bottom: 1pt solid #E65E00;
  914. {% else %}
  915. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  916. background: #0055FF ;
  917. border-bottom: 1pt solid #00008B;
  918. {% else %}
  919. background: #373F48 ;
  920. border-bottom: 1pt solid #2b333a;
  921. {% endif %}
  922. {% endif %}
  923. box-shadow: 0 0 10px;
  924. font-size: 1.0rem;
  925. }
  926. - type: horizontal-stack
  927. cards:
  928. - type: 'custom:button-card'
  929. entity: sensor.nest_hvac_mode
  930. name: MODE
  931. show_name: true
  932. tap_action:
  933. action: more-info
  934. color_type: icon
  935. state:
  936. - operator: template
  937. value: >
  938. [[[ return states['climate.living_room'].state === 'off'
  939. ]]]
  940. icon: 'mdi:none'
  941. color: white
  942. - operator: template
  943. value: >
  944. [[[ return states['climate.living_room'].state === 'heat'
  945. ]]]
  946. icon: 'mdi:none'
  947. color: 'rgb(239, 140, 0)'
  948. - operator: template
  949. value: >
  950. [[[ return states['climate.living_room'].state === 'cool'
  951. ]]]
  952. color: blue
  953. icon: 'mdi:none'
  954. show_state: false
  955. style: |
  956. ha-card {
  957. font-size: 85% !important;
  958. color: white;
  959. background:
  960. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  961. #EB6D00 ;
  962. {% else %}
  963. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  964. #0055FF ;
  965. {% else %}
  966. #373F48;
  967. {% endif %}
  968. {% endif %}
  969. box-shadow: none;
  970. }
  971. ha-icon {
  972. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.1' height='24.1' viewBox='-282.6 655.7 611.9 511.8' fill='%23FFF'%3E%3Cpath d='M235.4 1039.5c-38.3 30.7-76.8 46.1-117.7 46.1-51.2 0-99.7-23-153.5-74.2-61.4-58.8-127.9-110-194.5-110-12.8 0-25.6 2.6-38.4 5.1-2.3.7-5.7 1-7.6-2.6-1.7-3.2 0-5.1 2.6-7.6 38.3-30.7 76.8-46.1 117.7-46.1 51.2 0 99.7 23 153.5 74.2 61.3 58.8 127.8 110 194.4 110 12.8 0 25.6-2.6 38.3-5.1 2.8-.5 5.9-1.2 7.6 2.6 1.6 3.3.1 5.1-2.4 7.6zM-194.5 991c38.3 0 76.8 18 115.2 56.3 46.1 43.5 97.2 84.4 145.9 84.4 10.2 0 20.5-2.6 28.2-5.1 2.6-.7 4.6.1 5.7 2.1 1.7 3.1-.6 5.6-.6 5.6-28.2 23-58.8 33.2-87 33.2-38.3 0-76.8-18-115.2-56.3-46.1-43.5-97.2-84.4-145.9-84.4-10.2 0-20.4 2.9-28.2 5.1-2.3.7-4.2.7-5.7-2.3-1.5-2.8.6-5.3.6-5.3 28.1-20.6 56.3-33.3 87-33.3zM327.4 799c-28.2 23-58.8 33.2-87 33.2-38.3 0-76.8-18-115.2-56.3-46-43.4-97.1-84.4-145.8-84.4-10.2 0-20.5 2.6-28.2 5.1-2.2.7-4.3.2-5.6-1.8-2.2-3.5.5-5.9.5-5.9 28.2-23 58.8-33.2 87-33.2 38.3 0 76.8 18 115.2 56.3 46.1 43.5 97.2 84.4 145.9 84.4 10.2 0 20.5-2.6 28.2-5.1 2.1-.8 4.3-1.1 5.7.7 1.5 2.1 1.9 4.5-.7 7zM81.9 811.9c61.4 58.8 127.9 110 194.5 110 12.8 0 25.6-2.6 38.3-5.1 2.6-.7 5.7-1.2 7.6 2.6 1.6 3.1 0 5.1-2.6 7.6-38.4 30.7-76.8 46-117.7 46-51.2 0-99.7-23-153.5-74.2-61.4-58.8-127.9-110-194.5-110-12.8 0-25.6 2.6-38.3 5.1-2.6.7-5.7.7-7.6-2.6-1.8-3.1 0-5.1 2.6-7.6 38.3-30.7 76.8-46.1 117.7-46.1 51.1 0 99.7 23.1 153.5 74.3z'/%3E%3C/svg%3E");
  973. background-position: 25%;
  974. background-position-x: 50%;
  975. background-position-y: center;
  976. background-repeat: no-repeat;
  977. height: 44px;
  978. margin: 0
  979. auto 3px;
  980. width: 26px;
  981. }
  982. - type: 'custom:button-card'
  983. entity: sensor.nest_preset_mode
  984. name: ECO
  985. label: ECO
  986. tap_action:
  987. action: more-info
  988. color_type: icon
  989. color: green
  990. icon: 'mdi:none'
  991. state:
  992. - operator: template
  993. value: >
  994. [[[ return
  995. states['climate.living_room'].attributes.preset_mode ==
  996. 'none' ]]]
  997. icon: 'mdi:none'
  998. color: white
  999. show_state: false
  1000. show_name: true
  1001. style: |
  1002. ha-card {
  1003. font-size: 85% !important;
  1004. color: white;
  1005. background:
  1006. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  1007. #EB6D00 !important;
  1008. {% else %}
  1009. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  1010. #0055FF !important;
  1011. {% else %}
  1012. #373F48 !important;
  1013. {% endif %}
  1014. {% endif %}
  1015. box-shadow: none;
  1016. }
  1017. ha-icon {
  1018. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.1' height='24.1' viewBox='0 0 26 24' fill='%23FFF'%3E%3Cpath class='st0' d='M.8 20.7c6.3 4.5 13.1 4.7 19-1.7 6.1-6.5 6.4-14.5 6.2-19-3.3 4-9.5 2.2-18.2 5C1 7.2.1 15.3 0 18.7c1.6-1.7 4.6-4.5 8.5-5.9 6.2-2.3 8.9-2.3 12.6-5.1-2.3 2.6-5.3 4.1-11.1 6.2-4.2 1.5-7.9 5.3-9.2 6.8z'/%3E%3C/svg%3E");
  1019. background-position: 25%;
  1020. background-position-x: 50%;
  1021. background-position-y: center;
  1022. background-repeat: no-repeat;
  1023. height: 44px;
  1024. margin: 0
  1025. auto 3px;
  1026. width: 26px;
  1027. }
  1028. - type: 'custom:button-card'
  1029. entity: climate.living_room
  1030. name: SCHEDULE
  1031. action: url
  1032. navigation_path: 'https://home.nest.com'
  1033. color_type: card
  1034. icon: none
  1035. show_state: false
  1036. show_name: true
  1037. style: |
  1038. ha-card {
  1039. font-size: 85% !important;
  1040. color: white !important;
  1041. background:
  1042. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  1043. #EB6D00 !important;
  1044. {% else %}
  1045. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  1046. #0055FF !important;
  1047. {% else %}
  1048. #373F48 !important;
  1049. {% endif %}
  1050. {% endif %}
  1051. box-shadow: none;
  1052. } ha-icon {
  1053. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24.1' fill='%23FFF'%3E%3Cpath d='M17 24.5H5c-2.8 0-5-2.2-5-5v-12c0-2 1.2-3.8 3-4.6v1c0 1.4 1.1 2.6 2.5 2.6S8 5.3 8 3.9V2.5h6v1.4c0 1.4 1.1 2.6 2.5 2.6S19 5.3 19 3.9v-1c1.8.8 3 2.5 3 4.6v12c0 2.8-2.2 5-5 5zm-1.7-7.9l-3.8-2.2V9c0-.6-.4-1-1-1s-1 .4-1 1V15.6s0 .1.1.1l.1.1.1.1s.1 0 .1.1l4.3 2.5c.5.3 1.1.1 1.4-.4.4-.6.2-1.2-.3-1.5zM16.5 5c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1zm-11 0c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1z'/%3E%3C/svg%3E");
  1054. background-position: 25%;
  1055. background-position-x: 50%;
  1056. background-position-y: center;
  1057. background-repeat: no-repeat;
  1058. height: 44px;
  1059. margin: 0
  1060. auto 3px;
  1061. width: 26px;
  1062. }
  1063. - type: 'custom:button-card'
  1064. entity: climate.living_room
  1065. name: HISTORY
  1066. tap_action:
  1067. action: url
  1068. url_path: 'https://home.nest.com'
  1069. color_type: card
  1070. icon: 'mdi:none'
  1071. show_state: false
  1072. show_name: true
  1073. style: |
  1074. ha-card {
  1075. font-size: 80% !important;
  1076. color: white !important;
  1077. background:
  1078. {% if is_state_attr('climate.living_room', 'hvac_action', 'heating') %}
  1079. #EB6D00 !important;
  1080. {% else %}
  1081. {% if is_state_attr('climate.living_room', 'hvac_action', 'cooling') %}
  1082. #0055FF !important;
  1083. {% else %}
  1084. #373F48 !important;
  1085. {% endif %}
  1086. {% endif %}
  1087. box-shadow: none;
  1088. } ha-icon {
  1089. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 26 24' fill='%23FFF' stroke='%23FFF'%3E%3Cpath stroke-width='.05' d='M12.5 24c-6.6 0-12-5.4-12-12s5.4-12 12-12c.6 0 1 .4 1 1s-.4 1-1 1C7 2 2.5 6.5 2.5 12s4.5 10 10 10 10-4.5 10-10c0-.6.4-1 1-1s1 .4 1 1c0 6.6-5.4 12-12 12zM22.9 8.4c-.5.2-1.1 0-1.3-.5-.2-.5 0-1.1.5-1.3.5-.2 1.1 0 1.3.5.2.5 0 1.1-.5 1.3zm-3.6-3.7c-.4-.4-.4-1 0-1.4s1-.4 1.4 0c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0zm-2.1 11.7l-5.2-3s-.1 0-.1-.1l-.1-.1-.1-.1-.1-.1v-.1-.1-.1-.1-.1-7.1c0-.6.4-1 1-1s1 .4 1 1v6.4l4.7 2.7c.5.3.6.9.4 1.4-.4.6-1 .7-1.5.5zm-1.1-14c-.5-.2-.8-.8-.5-1.3.2-.5.8-.8 1.3-.5.5.2.8.8.5 1.3-.2.5-.8.7-1.3.5z'/%3E%3C/svg%3E");
  1090. background-position: 25%;
  1091. background-position-x: 50%;
  1092. background-position-y: center;
  1093. background-repeat: no-repeat;
  1094. height: 44px;
  1095. margin: 0
  1096. auto 3px;
  1097. width: 26px;
  1098. }
  1099. - type: 'custom:scheduler-card'
  1100. include:
  1101. - climate
  1102. - path: window-blinds
  1103. title: Window Blinds
  1104. panel: false
  1105. theme: transparentblue
  1106. icon: 'hass:window-shutter'
  1107. badges: []
  1108. cards:
  1109. - type: button
  1110. tap_action:
  1111. action: call-service
  1112. service: automation.trigger
  1113. service_data:
  1114. entity_id: automation.blinds_open
  1115. name: Open All Blinds
  1116. icon: 'hass:window-shutter-open'
  1117. - type: entities
  1118. show_header_toggle: false
  1119. state_color: true
  1120. entities:
  1121. - type: 'custom:cover-position-preset-row'
  1122. name: Old Kitchen 1
  1123. entity: cover.old_kitchen_blind_1
  1124. icon: 'hass:window-shutter'
  1125. customText: false
  1126. customTheme: true
  1127. customSetpoints: true
  1128. reverseButtons: false
  1129. isOpenedColor: '#B87333'
  1130. isMidOpenedColor: '#00FFFF'
  1131. isMidClosedColor: '#3FFF00'
  1132. isClosedColor: '#FFE5B4'
  1133. buttonInactiveColor: '#C0C0C0'
  1134. openPosition: 95
  1135. midOpenPosition: 70
  1136. midClosePosition: 40
  1137. closePosition: 5
  1138. - type: 'custom:slider-entity-row'
  1139. entity: cover.old_kitchen_blind_1
  1140. name: ' '
  1141. icon: 'mdi:none'
  1142. - type: 'custom:cover-position-preset-row'
  1143. name: Kitchen 1
  1144. entity: cover.kitchen_blind_1
  1145. icon: 'hass:window-shutter'
  1146. customText: false
  1147. customTheme: true
  1148. customSetpoints: true
  1149. reverseButtons: false
  1150. isOpenedColor: '#B87333'
  1151. isMidOpenedColor: '#00FFFF'
  1152. isMidClosedColor: '#3FFF00'
  1153. isClosedColor: '#FFE5B4'
  1154. buttonInactiveColor: '#C0C0C0'
  1155. openPosition: 95
  1156. midOpenPosition: 70
  1157. midClosePosition: 40
  1158. closePosition: 5
  1159. - type: 'custom:slider-entity-row'
  1160. entity: cover.kitchen_blind_1
  1161. name: ' '
  1162. icon: 'mdi:none'
  1163. - type: 'custom:cover-position-preset-row'
  1164. name: Kitchen 2
  1165. entity: cover.kitchen_blind_2
  1166. icon: 'hass:window-shutter'
  1167. reverseButtons: false
  1168. customTheme: true
  1169. isOpenedColor: '#B87333'
  1170. isMidOpenedColor: '#00FFFF'
  1171. isMidClosedColor: '#3FFF00'
  1172. isClosedColor: '#FFE5B4'
  1173. buttonInactiveColor: '#C0C0C0'
  1174. customSetpoints: true
  1175. openPosition: 95
  1176. midOpenPosition: 70
  1177. midClosePosition: 40
  1178. closePosition: 5
  1179. customText: false
  1180. - type: 'custom:slider-entity-row'
  1181. entity: cover.kitchen_blind_2
  1182. name: ' '
  1183. icon: 'mdi:none'
  1184. - type: 'custom:cover-position-preset-row'
  1185. name: Kitchen 3
  1186. entity: cover.kitchen_blind_3
  1187. icon: 'hass:window-shutter'
  1188. reverseButtons: false
  1189. customTheme: true
  1190. isOpenedColor: '#B87333'
  1191. isMidOpenedColor: '#00FFFF'
  1192. isMidClosedColor: '#3FFF00'
  1193. isClosedColor: '#FFE5B4'
  1194. buttonInactiveColor: '#C0C0C0'
  1195. customSetpoints: true
  1196. openPosition: 95
  1197. midOpenPosition: 70
  1198. midClosePosition: 40
  1199. closePosition: 5
  1200. customText: false
  1201. - type: 'custom:slider-entity-row'
  1202. entity: cover.kitchen_blind_3
  1203. name: ' '
  1204. icon: 'mdi:none'
  1205. - type: 'custom:cover-position-preset-row'
  1206. name: Living Room
  1207. entity: cover.living_room_blind
  1208. icon: 'hass:window-shutter'
  1209. reverseButtons: false
  1210. customTheme: true
  1211. isOpenedColor: '#B87333'
  1212. isMidOpenedColor: '#00FFFF'
  1213. isMidClosedColor: '#3FFF00'
  1214. isClosedColor: '#FFE5B4'
  1215. buttonInactiveColor: '#C0C0C0'
  1216. customSetpoints: true
  1217. openPosition: 95
  1218. midOpenPosition: 70
  1219. midClosePosition: 40
  1220. closePosition: 5
  1221. customText: false
  1222. - type: 'custom:slider-entity-row'
  1223. entity: cover.living_room_blind
  1224. name: ' '
  1225. icon: 'mdi:none'
  1226. - type: 'custom:cover-position-preset-row'
  1227. name: Patio Door
  1228. entity: cover.patio_door_blind
  1229. icon: 'hass:window-shutter'
  1230. reverseButtons: false
  1231. customTheme: true
  1232. isOpenedColor: '#B87333'
  1233. isMidOpenedColor: '#00FFFF'
  1234. isMidClosedColor: '#3FFF00'
  1235. isClosedColor: '#FFE5B4'
  1236. buttonInactiveColor: '#C0C0C0'
  1237. customSetpoints: true
  1238. openPosition: 95
  1239. midOpenPosition: 70
  1240. midClosePosition: 40
  1241. closePosition: 5
  1242. customText: false
  1243. - type: 'custom:slider-entity-row'
  1244. entity: cover.patio_door_blind
  1245. name: ' '
  1246. icon: 'mdi:none'
  1247. - type: 'custom:cover-position-preset-row'
  1248. name: Bedroom
  1249. entity: cover.bedroom_blind
  1250. icon: 'hass:window-shutter'
  1251. reverseButtons: false
  1252. customTheme: true
  1253. isOpenedColor: '#B87333'
  1254. isMidOpenedColor: '#00FFFF'
  1255. isMidClosedColor: '#3FFF00'
  1256. isClosedColor: '#FFE5B4'
  1257. buttonInactiveColor: '#C0C0C0'
  1258. customSetpoints: true
  1259. openPosition: 95
  1260. midOpenPosition: 70
  1261. midClosePosition: 40
  1262. closePosition: 5
  1263. - type: 'custom:slider-entity-row'
  1264. entity: cover.bedroom_blind
  1265. name: ' '
  1266. icon: 'mdi:none'
  1267. customText: false
  1268. - type: button
  1269. tap_action:
  1270. action: call-service
  1271. service: automation.trigger
  1272. service_data:
  1273. entity_id: automation.blinds_close
  1274. name: Close All Blinds
  1275. icon: 'hass:window-shutter'
  1276. - type: entities
  1277. entities:
  1278. - entity: cover.old_kitchen_blind_1
  1279. icon: 'hass:window-shutter'
  1280. - entity: cover.kitchen_blind_1
  1281. icon: 'hass:window-shutter'
  1282. - entity: cover.kitchen_blind_2
  1283. icon: 'hass:window-shutter'
  1284. - entity: cover.kitchen_blind_3
  1285. icon: 'hass:window-shutter'
  1286. - entity: cover.living_room_blind
  1287. icon: 'hass:window-shutter'
  1288. - entity: cover.patio_door_blind
  1289. icon: 'hass:window-shutter'
  1290. - entity: cover.bedroom_blind
  1291. icon: 'hass:window-shutter'
  1292. - path: laundry
  1293. title: Laundry
  1294. icon: 'hass:washing-machine'
  1295. badges: []
  1296. cards:
  1297. - cards:
  1298. - cards:
  1299. - entity: sensor.washer_status
  1300. icon: 'mdi:washing-machine'
  1301. scale: 20px
  1302. show_name: false
  1303. show_state: true
  1304. tap_action:
  1305. action: call-service
  1306. service: switch.toggle
  1307. service_data:
  1308. entity_id: switch.washer_master_power
  1309. state:
  1310. - value: 'Off'
  1311. color: grey
  1312. styles:
  1313. card:
  1314. - filter: brightness(80%)
  1315. - value: Idle
  1316. color: lightgreen
  1317. styles:
  1318. state:
  1319. - color: SeaGreen
  1320. - value: Fill
  1321. color: Blue
  1322. styles:
  1323. state:
  1324. - color: Blue
  1325. - value: Wash
  1326. color: Green
  1327. styles:
  1328. state:
  1329. - color: Green
  1330. - value: Spin
  1331. color: red
  1332. styles:
  1333. state:
  1334. - color: red
  1335. - value: Drain
  1336. color: orange
  1337. styles:
  1338. state:
  1339. - color: orange
  1340. - operator: default
  1341. color: black
  1342. type: 'custom:button-card'
  1343. - entity: sensor.dryer_status
  1344. icon: 'mdi:tumble-dryer'
  1345. scale: 20px
  1346. show_name: false
  1347. show_state: true
  1348. tap_action:
  1349. action: call-service
  1350. service: switch.toggle
  1351. service_data:
  1352. entity_id: switch.dryer_master_power
  1353. state:
  1354. - value: 'Off'
  1355. color: grey
  1356. styles:
  1357. card:
  1358. - filter: brightness(80%)
  1359. - value: Idle
  1360. color: lightgreen
  1361. styles:
  1362. state:
  1363. - color: SeaGreen
  1364. - value: Fluff
  1365. color: blue
  1366. styles:
  1367. state:
  1368. - color: blue
  1369. - value: Drying
  1370. color: crimson
  1371. styles:
  1372. state:
  1373. - color: crimson
  1374. - operator: default
  1375. color: black
  1376. type: 'custom:button-card'
  1377. type: horizontal-stack
  1378. - cards: null
  1379. type: entities
  1380. entities:
  1381. - entity: switch.washer_master_power
  1382. icon: 'hass:toggle-switch-off-outline'
  1383. secondary_info: last-changed
  1384. - entity: sensor.washer_master_power_electric_consumed_a
  1385. - entity: sensor.washer_master_power_electric_consumed_kwh
  1386. - style:
  1387. background: '#62717b'
  1388. height: 2px
  1389. margin-left: auto
  1390. margin-right: auto
  1391. width: 99%
  1392. type: divider
  1393. - entity: switch.dryer_master_power
  1394. icon: 'hass:toggle-switch-off-outline'
  1395. secondary_info: last-changed
  1396. - entity: sensor.dryer_master_power_electric_consumed_a
  1397. - entity: sensor.dryer_master_power_electric_consumed_kwh
  1398. title: Master Power
  1399. state_color: true
  1400. show_header_toggle: false
  1401. style:
  1402. border: true
  1403. font_size: 24px
  1404. title: Laundry
  1405. type: 'custom:vertical-style-card'
  1406. - path: fans
  1407. title: Fans
  1408. icon: 'hass:fan'
  1409. badges: []
  1410. cards:
  1411. - entities:
  1412. - customTheme: false
  1413. entity: fan.sonoff_ifan02
  1414. name: Office Ceiling Fan
  1415. type: 'custom:fan-control-entity-row'
  1416. show_header_toggle: false
  1417. title: Fans
  1418. type: entities
  1419. - path: media
  1420. title: Media
  1421. icon: 'hass:television'
  1422. badges: []
  1423. cards:
  1424. - type: media-control
  1425. entity: media_player.living_room_tv
  1426. - type: media-control
  1427. entity: media_player.bedroom_tv
  1428. - path: luminance
  1429. title: Luminance
  1430. icon: 'hass:car-light-high'
  1431. badges:
  1432. - entity: binary_sensor.bedroom_lux_override
  1433. - entity: binary_sensor.living_room_lux_trigger
  1434. - entity: binary_sensor.night_mode
  1435. - entity: binary_sensor.bedroom_night_mode
  1436. - entity: binary_sensor.living_room_night_mode
  1437. cards:
  1438. - type: entities
  1439. show_header_toggle: false
  1440. state_color: true
  1441. entities:
  1442. - entity: light.gpio_18
  1443. icon: 'hass:led-strip-variant'
  1444. - entity: light.office_lights
  1445. - type: 'custom:slider-entity-row'
  1446. entity: light.office_lights
  1447. name: ' '
  1448. icon: 'hass:none'
  1449. - entity: light.office_light_1
  1450. name: Office Light 1
  1451. secondary_info: last-changed
  1452. - type: 'custom:slider-entity-row'
  1453. entity: light.office_light_1
  1454. name: ' '
  1455. icon: 'mdi:none'
  1456. - entity: light.office_light_2
  1457. name: Office Light 2
  1458. secondary_info: last-changed
  1459. - type: 'custom:slider-entity-row'
  1460. entity: light.office_light_2
  1461. name: ' '
  1462. icon: 'mdi:none'
  1463. - entity: light.office_light_3
  1464. name: Office Light 3
  1465. secondary_info: last-changed
  1466. - type: 'custom:slider-entity-row'
  1467. entity: light.office_light_3
  1468. name: ' '
  1469. icon: 'mdi:none'
  1470. - entity: switch.cactus_light
  1471. secondary_info: last-changed
  1472. name: Cactus Light
  1473. - type: 'custom:numberbox-card'
  1474. entity: input_number.cactus_light_duration
  1475. name: Duration
  1476. icon: 'mdi:none'
  1477. - entity: switch.rgbw_dimmer_module
  1478. name: RGBW Dimmer
  1479. secondary_info: last-changed
  1480. - type: 'custom:slider-entity-row'
  1481. entity: light.rgbw_dimmer_module
  1482. name: ' '
  1483. icon: 'mdi:none'
  1484. - entity: light.bedroom_lights
  1485. - entity: light.bedroom_lamp_1
  1486. secondary_info: last-changed
  1487. name: Bedroom Lamp 1
  1488. - type: 'custom:slider-entity-row'
  1489. entity: light.bedroom_lamp_1
  1490. name: ' '
  1491. icon: 'mdi:none'
  1492. - entity: light.bedroom_lamp_2
  1493. secondary_info: last-changed
  1494. name: Bedroom Lamp 2
  1495. - type: 'custom:slider-entity-row'
  1496. entity: light.bedroom_lamp_2
  1497. name: ' '
  1498. icon: 'mdi:none'
  1499. - entity: light.bathroom_light
  1500. secondary_info: last-changed
  1501. - type: 'custom:slider-entity-row'
  1502. entity: light.bathroom_light
  1503. name: ' '
  1504. icon: 'mdi:none'
  1505. - entity: switch.switchlinc_relay_dual_band_1f_b7_25
  1506. secondary_info: last-changed
  1507. - entity: switch.switchlinc_relay_dual_band_1f_b3_c5
  1508. name: Living Room Lamp
  1509. secondary_info: last-changed
  1510. - entity: switch.pole_lamp
  1511. name: Pole Lamp
  1512. secondary_info: last-changed
  1513. - entity: switch.nzw30_smart_switch_switch
  1514. secondary_info: last-changed
  1515. name: Porch Light
  1516. - entity: switch.switchlinc_relay_dual_band_1f_b5_4a
  1517. name: Garage Light
  1518. secondary_info: last-changed
  1519. - type: vertical-stack
  1520. cards:
  1521. - type: entities
  1522. entities:
  1523. - entity: input_number.bedroom_lux_level
  1524. name: Bedroom Trigger Point
  1525. - entity: input_number.outside_lux_trigger_point
  1526. name: South Patio Trigger Point
  1527. state_color: true
  1528. show_header_toggle: false
  1529. - type: entities
  1530. entities:
  1531. - entity: sensor.garage_illuminance
  1532. name: Garage Illuminance
  1533. icon: 'hass:brightness-5'
  1534. - entity: sensor.front_porch_illuminance
  1535. - entity: sensor.kitchen_lluminance
  1536. name: Kitchen Illuminance
  1537. icon: 'hass:brightness-5'
  1538. - entity: sensor.office_illuminance
  1539. - entity: sensor.living_room_illuminance
  1540. - entity: sensor.bedroom_illuminance
  1541. - entity: sensor.front_door_illuminance
  1542. icon: 'hass:brightness-5'
  1543. - entity: sensor.illumination_sensor_illuminance
  1544. name: Everspring
  1545. secondary_info: last-changed
  1546. - entity: sensor.lumi_lumi_sen_ill_mgl01_illuminance
  1547. show_header_toggle: false
  1548. state_color: true
  1549. - path: printer
  1550. title: Printer
  1551. icon: 'hass:printer'
  1552. badges: []
  1553. cards:
  1554. - type: entities
  1555. entities:
  1556. - sensor.epson_et_3710_series
  1557. - sensor.epson_et_3710_series_black_ink
  1558. - sensor.epson_et_3710_series_cyan_ink
  1559. - sensor.epson_et_3710_series_magenta_ink
  1560. - sensor.epson_et_3710_series_yellow_ink
  1561. title: Epson Printer
  1562. state_color: true
  1563. - type: 'custom:vertical-stack-in-card'
  1564. cards:
  1565. - type: entity
  1566. entity: sensor.epson_et_3710_series
  1567. - type: 'custom:bar-card'
  1568. entities:
  1569. - entity: sensor.epson_et_3710_series_black_ink
  1570. color: black
  1571. positions:
  1572. value: inside
  1573. icon: 'off'
  1574. name: 'off'
  1575. - entity: sensor.epson_et_3710_series_cyan_ink
  1576. color: cyan
  1577. positions:
  1578. value: inside
  1579. icon: 'off'
  1580. name: 'off'
  1581. - entity: sensor.epson_et_3710_series_magenta_ink
  1582. color: magenta
  1583. decimal: '0'
  1584. positions:
  1585. value: inside
  1586. icon: 'off'
  1587. name: 'off'
  1588. - entity: sensor.epson_et_3710_series_yellow_ink
  1589. color: yellow
  1590. decimal: '0'
  1591. positions:
  1592. value: inside
  1593. icon: 'off'
  1594. name: 'off'
  1595. style: |-
  1596. .value-direction-up {
  1597. flex-direction: column;
  1598. }
  1599. bar-card-value {
  1600. font-size: 16px;
  1601. font-weight: bold;
  1602. text-shadow: 1px 1px #0005;
  1603. color: blue;
  1604. }
  1605. title: Ink Levels
  1606. columns: '4'
  1607. direction: up
  1608. height: 200px
  1609. width: 70px
  1610. state_color: true
  1611. - path: power
  1612. title: Power
  1613. icon: 'hass:flash'
  1614. badges: []
  1615. cards:
  1616. - entities:
  1617. - entity: switch.coffee_maker
  1618. - entity: sensor.coffee_maker_electric_a
  1619. - entity: sensor.coffee_maker_electric_kwh
  1620. - entity: sensor.coffee_maker_electric_v
  1621. - entity: sensor.coffee_maker_electric_w
  1622. title: Coffee Maker
  1623. type: entities
  1624. state_color: true
  1625. - entities:
  1626. - entity: switch.washer_master_power
  1627. icon: 'hass:toggle-switch-off-outline'
  1628. secondary_info: last-changed
  1629. - entity: sensor.washer_master_power_electric_consumed_a
  1630. - entity: sensor.washer_master_power_electric_consumed_kwh
  1631. - style:
  1632. background: '#62717b'
  1633. height: 2px
  1634. margin-left: auto
  1635. margin-right: auto
  1636. width: 99%
  1637. type: divider
  1638. - entity: switch.dryer_master_power
  1639. icon: 'hass:toggle-switch-off-outline'
  1640. secondary_info: last-changed
  1641. - entity: sensor.dryer_master_power_electric_consumed_a
  1642. - entity: sensor.dryer_master_power_electric_consumed_kwh
  1643. title: Laundry Room
  1644. type: entities
  1645. state_color: true
  1646. - type: entities
  1647. entities:
  1648. - entity: switch.switch
  1649. name: (NAS Power Plug from HomeSeer)
  1650. title: Equipment Room
  1651. state_color: true
  1652. - type: entities
  1653. entities:
  1654. - type: 'custom:battery-entity-row'
  1655. entity: sensor.front_door_lock_battery_level
  1656. name: Front Door Lock
  1657. warning: 85
  1658. critical: 75
  1659. secondary_info: last-changed
  1660. - type: 'custom:battery-entity-row'
  1661. entity: sensor.garage_door_lock_battery_level
  1662. name: Garage Door Lock
  1663. secondary_info: last-changed
  1664. - type: 'custom:battery-entity-row'
  1665. entity: sensor.front_timer_battery_level
  1666. name: Orbit b-hyve Front Water Timer
  1667. secondary_info: last-changed
  1668. - type: 'custom:battery-entity-row'
  1669. entity: sensor.rear_timer_battery_level
  1670. name: Orbit b-hyve Rear Water Timer
  1671. secondary_info: last-changed
  1672. - type: 'custom:battery-entity-row'
  1673. entity: sensor.illumination_sensor_battery_level
  1674. name: Everspring Illumination Sensor
  1675. secondary_info: last-changed
  1676. - type: 'custom:battery-entity-row'
  1677. entity: sensor.lumi_lumi_sen_ill_mgl01_power
  1678. secondary_info: last-changed
  1679. - type: 'custom:battery-entity-row'
  1680. entity: sensor.living_room_motion_power
  1681. secondary_info: last-changed
  1682. - type: 'custom:battery-entity-row'
  1683. entity: sensor.bedroom_motion_power
  1684. secondary_info: last-changed
  1685. - type: 'custom:battery-entity-row'
  1686. entity: sensor.front_porch_motion_power
  1687. secondary_info: last-changed
  1688. - type: 'custom:battery-entity-row'
  1689. entity: sensor.bathroom_motion_power
  1690. secondary_info: last-changed
  1691. - type: 'custom:battery-entity-row'
  1692. entity: sensor.office_motion_power
  1693. secondary_info: last-changed
  1694. - type: 'custom:battery-entity-row'
  1695. entity: sensor.kitchen_battery_level
  1696. secondary_info: last-changed
  1697. - type: 'custom:battery-entity-row'
  1698. entity: sensor.garage_multisensor_battery_level
  1699. secondary_info: last-changed
  1700. - type: 'custom:battery-entity-row'
  1701. entity: sensor.garage_door_status_battery_level
  1702. secondary_info: last-changed
  1703. - type: 'custom:battery-entity-row'
  1704. entity: sensor.kitchen_blind_1_battery_level
  1705. name: Kitchen Blind 1
  1706. secondary_info: last-changed
  1707. - type: 'custom:battery-entity-row'
  1708. entity: sensor.kitchen_blind_2_battery_level
  1709. name: Kitchan Blind 2
  1710. secondary_info: last-changed
  1711. - type: 'custom:battery-entity-row'
  1712. entity: sensor.kitchen_blind_3_battery
  1713. name: Kitchen Blind 3
  1714. secondary_info: last-changed
  1715. - type: 'custom:battery-entity-row'
  1716. entity: sensor.living_room_blind_battery_level
  1717. name: Living Room Window Blind
  1718. secondary_info: last-changed
  1719. - type: 'custom:battery-entity-row'
  1720. entity: sensor.patio_door_blind_battery_level
  1721. name: Patio Door Blind
  1722. secondary_info: last-changed
  1723. - type: 'custom:battery-entity-row'
  1724. entity: sensor.bedroom_blind_battery_level
  1725. name: Bedroom Window Blind
  1726. secondary_info: last-changed
  1727. - type: 'custom:battery-entity-row'
  1728. entity: sensor.vog_l04_battery_level
  1729. name: Huawei P30 Pro
  1730. secondary_info: last-changed
  1731. charging:
  1732. entity: sensor.vog_l04_battery_state
  1733. title: Batteries
  1734. - title: Battery Alert
  1735. path: battery-alert
  1736. icon: 'mdi:battery-alert'
  1737. badges: []
  1738. cards:
  1739. - type: entities
  1740. entities:
  1741. - entity: input_boolean.low_batteries
  1742. - entity: input_number.battery_alert_threshold_min
  1743. - entity: input_number.battery_alert_threshold_max
  1744. - entity: input_text.delete_battery_sensor
  1745. - entity: input_text.notifier_name
  1746. - entity: input_select.notifier_format
  1747. - entity: input_boolean.show_unavailable_batteries
  1748. - entity: automation.battery_persistent_notification
  1749. - entity: automation.battery_persistent_notification_clear
  1750. - entity: automation.battery_notification_default
  1751. - entity: automation.battery_notification_slack
  1752. - entity: automation.battery_sensor_from_attributes
  1753. - entity: automation.update_battery_status_group_members
  1754. - entity: automation.delete_battery_sensor
  1755. title: Battery Alert Main
  1756. show_header_toggle: false
  1757. theme: iOS Dark Mode
  1758. - type: entities
  1759. entities:
  1760. - entity: group.battery_status
  1761. - entity: group.battery_alert
  1762. - entity: group.battery_view
  1763. title: Battery Alert View
  1764. show_header_toggle: false
  1765. state_color: true
  1766. theme: iOS Dark Mode
  1767. - path: b-hyve
  1768. title: B-Hyve
  1769. icon: 'hass:sprinkler-variant'
  1770. badges: []
  1771. cards:
  1772. - type: picture
  1773. image: /local/images/b-hyve.jpg
  1774. tap_action:
  1775. action: none
  1776. hold_action:
  1777. action: none
  1778. - type: entities
  1779. entities:
  1780. - entity: sensor.front_timer_battery_level
  1781. - entity: switch.front_drip_zone
  1782. - entity: sensor.front_drip_zone_history
  1783. - entity: switch.front_timer_rain_delay
  1784. - entity: switch.front_timer_smart_watering_program
  1785. - entity: sensor.front_timer_state
  1786. show_header_toggle: false
  1787. state_color: true
  1788. entity_picture: /local/images/b-hyve.jpg
  1789. - type: entities
  1790. entities:
  1791. - entity: sensor.rear_timer_battery_level
  1792. - entity: switch.rear_drip_zone
  1793. - entity: sensor.rear_drip_zone_history
  1794. - entity: switch.rear_timer_rain_delay
  1795. - entity: switch.rear_timer_smart_watering_program
  1796. - entity: sensor.rear_timer_state
  1797. show_header_toggle: false
  1798. state_color: true
  1799. - path: weather
  1800. title: Weather
  1801. theme: Animated Weather Card
  1802. icon: 'hass:weather-partly-cloudy'
  1803. badges: []
  1804. cards:
  1805. - type: vertical-stack
  1806. cards:
  1807. - type: markdown
  1808. content: '# Vancouver'
  1809. style: |
  1810. ha-card {
  1811. text-align: center;
  1812. background-color: rgba(67,101,181,0.87);
  1813. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1814. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1815. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  1816. }
  1817. - entity: weather.richmond
  1818. name: Vancouver
  1819. secondary_info_attribute: humidity
  1820. show_forecast: true
  1821. type: weather-forecast
  1822. - entities:
  1823. - entity: sensor.condition
  1824. name: Current Conditions
  1825. - entity: sensor.temperature
  1826. name: Temperature
  1827. - entity: sensor.humidity
  1828. icon: 'mdi:water-percent'
  1829. - entity: sensor.precipitation_yesterday
  1830. icon: 'mdi:weather-rainy'
  1831. - entity: sensor.pressure
  1832. icon: 'mdi:gauge'
  1833. name: Barometric Pressure
  1834. - entity: sensor.wind_speed
  1835. icon: 'mdi:weather-windy'
  1836. - entity: sensor.wind_bearing
  1837. icon: 'mdi:compass'
  1838. name: Bearing
  1839. - entity: sensor.wind_direction
  1840. icon: 'mdi:compass'
  1841. name: Direction
  1842. - entity: sensor.visibility
  1843. - entity: sensor.forecast
  1844. icon: 'mdi:volume-high'
  1845. - entity: sensor.high_temperature
  1846. name: High Today
  1847. - entity: sensor.chance_of_precip
  1848. icon: 'mdi:weather-rainy'
  1849. name: Chance of Precipitation
  1850. - entity: sensor.advisories
  1851. icon: 'mdi:alert-decagram'
  1852. name: 'Weather Alert:'
  1853. title: Vancouver
  1854. type: entities
  1855. - type: vertical-stack
  1856. cards:
  1857. - type: markdown
  1858. content: '# Norton Court'
  1859. style: |
  1860. ha-card {
  1861. text-align: center;
  1862. background-color: rgba(67,101,181,0.87);
  1863. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1864. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1865. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  1866. }
  1867. - entity: weather.norton_court
  1868. type: weather-forecast
  1869. show_forecast: true
  1870. secondary_info_attribute: attribution
  1871. - type: entities
  1872. entities:
  1873. - entity: sensor.outside_weather_temperature
  1874. - entity: sensor.outside_weather_humidity
  1875. - entity: sensor.outside_weather_pressure
  1876. title: 30 - 22711 Norton Court
  1877. - entities:
  1878. - entity: weather.norton_court
  1879. - entity: sensor.norton_court_realfeel_temperature
  1880. - entity: sensor.norton_court_uv_index
  1881. - entity: sensor.norton_court_cloud_ceiling
  1882. - entity: sensor.norton_court_precipitation
  1883. - entity: sensor.norton_court_pressure_tendency
  1884. title: AccuWeather
  1885. type: entities
  1886. state_color: true
  1887. show_header_toggle: false
  1888. - type: 'custom:compass-card'
  1889. indicator_sensors:
  1890. - sensor: sensor.wind_direction
  1891. value_sensors:
  1892. - sensor: sensor.wind_speed
  1893. - type: vertical-stack
  1894. cards:
  1895. - type: markdown
  1896. content: '# Hamilton'
  1897. style: |
  1898. ha-card {
  1899. text-align: center;
  1900. background-color: rgba(67,101,181,0.87);
  1901. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1902. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  1903. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  1904. }
  1905. - entity: weather.openweathermap
  1906. type: weather-forecast
  1907. show_forecast: true
  1908. - entities:
  1909. - entity: weather.openweathermap
  1910. - entity: sensor.openweathermap_forecast_time
  1911. - entity: sensor.openweathermap_condition
  1912. name: Current Conditions
  1913. - entity: sensor.openweathermap_temperature
  1914. name: Temperature
  1915. - entity: sensor.openweathermap_humidity
  1916. icon: 'mdi:water-percent'
  1917. name: Humidity
  1918. - entity: sensor.openweathermap_rain
  1919. icon: 'mdi:weather-rainy'
  1920. name: Precipitation Today
  1921. - entity: sensor.openweathermap_pressure
  1922. icon: 'mdi:gauge'
  1923. name: Barometric Pressure
  1924. - entity: sensor.openweathermap_wind_speed
  1925. icon: 'mdi:weather-windy'
  1926. name: Wind Speed
  1927. - entity: sensor.openweathermap_wind_bearing
  1928. icon: 'mdi:compass'
  1929. name: Bearing
  1930. - entity: sensor.openweathermap_cloud_coverage
  1931. icon: 'mdi:cloud'
  1932. name: Cloudiness
  1933. - entity: sensor.openweathermap_forecast_condition
  1934. - entity: sensor.openweathermap_forecast_precipitation
  1935. - entity: sensor.openweathermap_forecast_temperature
  1936. - entity: sensor.openweathermap_forecast_temperature_low
  1937. - entity: sensor.openweathermap_weather
  1938. title: OpenWeatherMap
  1939. type: entities
  1940. - title: AstroWeather
  1941. path: astroweather
  1942. icon: 'hass:weather-night-partly-cloudy'
  1943. badges: []
  1944. cards:
  1945. - type: vertical-stack
  1946. cards:
  1947. - type: entities
  1948. entities:
  1949. - entity: sensor.astroweather_timestamp
  1950. - type: entities
  1951. entities:
  1952. - entity: sensor.astroweather_clouds_plain
  1953. - entity: sensor.astroweather_seeing_plain
  1954. - entity: sensor.astroweather_transparency_plain
  1955. - entity: binary_sensor.astroweather_deep_sky_view
  1956. - entity: sensor.astroweather_view_condition_plain
  1957. - type: horizontal-stack
  1958. cards:
  1959. - type: gauge
  1960. entity: sensor.astroweather_forecast_today
  1961. min: 0
  1962. max: 5
  1963. severity:
  1964. green: 0
  1965. yellow: 2
  1966. red: 4
  1967. name: Tonight
  1968. - type: gauge
  1969. entity: sensor.astroweather_forecast_tomorrow
  1970. min: 0
  1971. max: 5
  1972. severity:
  1973. green: 0
  1974. yellow: 2
  1975. red: 4
  1976. name: Tomorrow Night
  1977. - type: entities
  1978. entities:
  1979. - entity: sensor.astroweather_forecast_today_plain
  1980. - entity: sensor.astroweather_forecast_tomorrow_plain
  1981. - type: entities
  1982. entities:
  1983. - entity: sensor.astroweather_2m_temperature
  1984. - entity: sensor.astroweather_2m_relative_humidity_plain
  1985. - entity: sensor.astroweather_precipitation_type
  1986. - entity: sensor.astroweather_10m_wind_speed_plain
  1987. - entity: sensor.astroweather_lifted_index_plain
  1988. - path: system
  1989. title: System
  1990. icon: 'hass:home-assistant'
  1991. theme: yourname
  1992. badges: []
  1993. cards:
  1994. - type: vertical-stack
  1995. cards:
  1996. - type: markdown
  1997. content: '# Home'
  1998. style: |
  1999. ha-card {
  2000. text-align: center;
  2001. background-color: rgba(67,101,181,0.87);
  2002. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2003. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2004. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  2005. }
  2006. - type: weather-forecast
  2007. style: ''
  2008. entity: weather.norton_court
  2009. - type: grid
  2010. square: false
  2011. columns: 2
  2012. cards:
  2013. - type: alarm-panel
  2014. style: |
  2015. ha-card {
  2016. text-align: left;
  2017. }
  2018. states:
  2019. - arm_home
  2020. - arm_away
  2021. entity: alarm_control_panel.alexa_guard_da03a
  2022. name: Alexa Guard
  2023. - type: glance
  2024. style: |
  2025. ha-card {
  2026. text-align: center;
  2027. }
  2028. entities:
  2029. - entity: sensor.uptime
  2030. name: Up Time
  2031. title: System Up Time
  2032. show_name: false
  2033. state_color: true
  2034. show_icon: false
  2035. - type: 'custom:garbage-collection-card'
  2036. style: |
  2037. ha-card {
  2038. }
  2039. entity: sensor.garbage
  2040. icon_color: green
  2041. due_color: red
  2042. due_1_color: yellow
  2043. due_txt: true
  2044. hide_date: true
  2045. hide_days: false
  2046. hide_on_click: false
  2047. icon_size: 40px
  2048. - type: 'custom:garbage-collection-card'
  2049. style: |
  2050. ha-card {
  2051. }
  2052. entity: sensor.recycling
  2053. icon_color: blue
  2054. due_color: red
  2055. due_1_color: yellow
  2056. due_txt: true
  2057. hide_date: true
  2058. hide_days: false
  2059. hide_on_click: false
  2060. icon_size: 40px
  2061. - type: entities
  2062. style: |
  2063. ha-card {
  2064. text-align: left;
  2065. }
  2066. entities:
  2067. - entity: sensor.last_alexa
  2068. name: 'Last Alexa:'
  2069. secondary_info: last-updated
  2070. icon: 'hss:no'
  2071. - entity: switch.office_echo_dot_do_not_disturb_switch
  2072. show_header_toggle: false
  2073. - type: vertical-stack
  2074. cards:
  2075. - type: markdown
  2076. content: '# Location and Travel Time'
  2077. style: |
  2078. ha-card {
  2079. text-align: center;
  2080. background-color: rgba(67,101,181,0.87);
  2081. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2082. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2083. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  2084. }
  2085. - type: entities
  2086. entities:
  2087. - entity: person.daniel_brunt
  2088. name: Daniel's Location (HA)
  2089. secondary_info: last-changed
  2090. - entity: device_tracker.life360_daniel_brunt
  2091. name: Daniel's Location (Life360)
  2092. secondary_info: last-changed
  2093. - entity: person.may_yang
  2094. name: May's Location (HA)
  2095. secondary_info: last-changed
  2096. - entity: device_tracker.life360_may_yang
  2097. name: May's Location (Life360)
  2098. secondary_info: last-changed
  2099. - type: divider
  2100. - entity: input_select.destination
  2101. - type: divider
  2102. - entity: sensor.travel_from_home_to
  2103. - entity: sensor.travel_time_to
  2104. - entity: sensor.travel_daniel_to_may
  2105. - type: vertical-stack
  2106. cards:
  2107. - type: markdown
  2108. content: '# Shopping List'
  2109. style: |
  2110. ha-card {
  2111. text-align: center;
  2112. background-color: rgba(67,101,181,0.87);
  2113. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2114. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2115. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  2116. }
  2117. - type: shopping-list
  2118. - type: vertical-stack
  2119. cards:
  2120. - type: markdown
  2121. content: '# Canada Corona Virus'
  2122. style: |
  2123. ha-card {
  2124. text-align: center;
  2125. background-color: rgba(67,101,181,0.87);
  2126. -webkit-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2127. -moz-box-shadow: 14px 14px 5px 0px rgba(7,5,130,1);
  2128. box-shadow: 5px 5px 5px 0px rgba(7,5,130,1);
  2129. }
  2130. - type: entities
  2131. entities:
  2132. - entity: sensor.canada_coronavirus_confirmed
  2133. - entity: sensor.canada_coronavirus_current
  2134. - entity: sensor.canada_coronavirus_deaths
  2135. - entity: sensor.canada_coronavirus_recovered
  2136. - title: HomeSeer
  2137. path: homeseer
  2138. icon: 'mdi:home'
  2139. badges: []
  2140. cards:
  2141. - type: gauge
  2142. entity: sensor.watts
  2143. min: 0
  2144. max: 100
  2145. name: Equipment
  2146. - type: gauge
  2147. entity: sensor.kw_hours
  2148. min: 0
  2149. max: 100
  2150. - path: zwave
  2151. title: Z-Wave
  2152. icon: 'hass:z-wave'
  2153. badges: []
  2154. cards:
  2155. - type: entities
  2156. entities:
  2157. - sensor.cpu_clock
  2158. - sensor.cpu_temp
  2159. - sensor.gpu_temp
  2160. title: OpenZWave on RPi3
  2161. - entities:
  2162. - entity: binary_sensor.front_porch_motion
  2163. - entity: sensor.front_porch_motion_power
  2164. - style:
  2165. background: '#62717b'
  2166. height: 2px
  2167. margin-left: auto
  2168. margin-right: auto
  2169. width: 99%
  2170. type: divider
  2171. - entity: switch.nzw30_smart_switch_switch
  2172. - style:
  2173. background: '#62717b'
  2174. height: 2px
  2175. margin-left: auto
  2176. margin-right: auto
  2177. width: 99%
  2178. type: divider
  2179. - entity: lock.front_door_lock
  2180. name: Front Door Lock
  2181. - entity: sensor.front_door_lock_battery_level
  2182. - entity: sensor.frontdoor_lock_log_date
  2183. name: Log Date
  2184. - entity: sensor.frontdoor_lock_log_message
  2185. name: Message
  2186. - entity: sensor.frontdoor_lock_log_user
  2187. name: UserID
  2188. title: Front Door
  2189. type: entities
  2190. state_color: true
  2191. - entities:
  2192. - entity: binary_sensor.garage_motion
  2193. - entity: sensor.garage_illuminance
  2194. - entity: sensor.garage_temperature
  2195. - entity: sensor.garage_humidity
  2196. - entity: sensor.garage_multisensor_battery_level
  2197. title: Garage
  2198. type: entities
  2199. - entities:
  2200. - entity: binary_sensor.kitchen_motion
  2201. - entity: sensor.kitchen_lluminance
  2202. - entity: sensor.kitchen_temperature
  2203. - entity: sensor.kitchen_humidity
  2204. - entity: sensor.kitchen_battery_level
  2205. - entity: switch.coffee_maker
  2206. icon: 'hass:toggle-switch-off-outline'
  2207. - entity: sensor.coffee_maker_electric_a
  2208. - entity: sensor.coffee_maker_electric_kwh
  2209. - entity: sensor.coffee_maker_electric_v
  2210. - entity: sensor.coffee_maker_electric_w
  2211. title: Kitchen
  2212. type: entities
  2213. state_color: true
  2214. show_header_toggle: false
  2215. - entities:
  2216. - entity: binary_sensor.garage_door
  2217. - entity: binary_sensor.garage_door_tampering_cover_removed
  2218. - entity: sensor.garage_door_status_battery_level
  2219. - style:
  2220. background: '#62717b'
  2221. height: 2px
  2222. margin-left: auto
  2223. margin-right: auto
  2224. width: 99%
  2225. type: divider
  2226. - entity: switch.garage_door_opener
  2227. icon: 'hass:toggle-switch-off-outline'
  2228. - style:
  2229. background: '#62717b'
  2230. height: 2px
  2231. margin-left: auto
  2232. margin-right: auto
  2233. width: 99%
  2234. type: divider
  2235. - entity: lock.garage_door_lock
  2236. name: Garage Door Lock
  2237. title: Garage
  2238. type: entities
  2239. state_color: true
  2240. - entities:
  2241. - entity: switch.pole_lamp
  2242. icon: 'hass:lightbulb'
  2243. title: Living Room
  2244. type: entities
  2245. state_color: true
  2246. show_header_toggle: true
  2247. - entities:
  2248. - entity: switch.rgbw_dimmer_module
  2249. - entity: light.rgbw_dimmer_module
  2250. title: Monoprice 36511 RGBW Dimmer Control Module
  2251. type: entities
  2252. state_color: true
  2253. - entities:
  2254. - entity: switch.washer_master_power
  2255. icon: 'hass:toggle-switch-off-outline'
  2256. - entity: sensor.washer_master_power_electric_consumed_a
  2257. - entity: sensor.washer_master_power_electric_consumed_kwh
  2258. - entity: sensor.washer_master_power_electric_consumed_v
  2259. - entity: sensor.washer_master_power_electric_consumed_w
  2260. - entity: switch.dryer_master_power
  2261. icon: 'hass:toggle-switch-off-outline'
  2262. - entity: sensor.dryer_master_power_electric_consumed_a
  2263. - entity: sensor.dryer_master_power_electric_consumed_kwh
  2264. - entity: sensor.dryer_master_power_electric_consumed_v
  2265. - entity: sensor.dryer_master_power_electric_consumed_w
  2266. title: Laundry Room
  2267. type: entities
  2268. state_color: true
  2269. - path: aquarium
  2270. title: Aquarium
  2271. icon: 'hass:fish'
  2272. theme: transparentblue
  2273. badges: []
  2274. cards:
  2275. - type: entities
  2276. entities:
  2277. - entity: switch.main_filter
  2278. - entity: switch.uv_filter
  2279. - entity: switch.air_pump
  2280. - entity: switch.beta_filter
  2281. - entity: light.aquarium_day_light
  2282. - entity: light.aquarium_night_light
  2283. title: Aquariums
  2284. show_header_toggle: false
  2285. - title: Cameras
  2286. path: cameras
  2287. icon: 'hass:cctv'
  2288. badges: []
  2289. cards:
  2290. - type: picture-entity
  2291. entity: camera.foscam
  2292. name: Foscam
  2293. show_name: true
  2294. show_state: false
  2295. tap_action:
  2296. action: none
  2297. hold_action:
  2298. action: none
  2299. - title: Glances
  2300. path: glances
  2301. icon: 'hass:looks'
  2302. badges: []
  2303. cards:
  2304. - type: entities
  2305. entities:
  2306. - entity: sensor.glances_containers_active
  2307. - entity: sensor.glances_containers_cpu_used
  2308. - entity: sensor.glances_containers_ram_used
  2309. - entity: sensor.glances_cpu_load
  2310. - entity: sensor.glances_cpu_used
  2311. - entity: sensor.glances_ram_free
  2312. - entity: sensor.glances_ram_used
  2313. - entity: sensor.glances_ram_used_percent
  2314. - entity: sensor.glances_running
  2315. - entity: sensor.glances_sleeping
  2316. - entity: sensor.glances_swap_free
  2317. - entity: sensor.glances_swap_used
  2318. - entity: sensor.glances_swap_used_percent
  2319. - entity: sensor.glances_thread
  2320. - entity: sensor.glances_total
  2321. state_color: true
  2322. - icon: 'mdi:theme-light-dark'
  2323. badges: []
  2324. cards:
  2325. - type: entities
  2326. entities:
  2327. - switch.adaptive_lighting_office
  2328. - switch.adaptive_lighting_bedroom
  2329. - switch.adaptive_lighting_bathroom
  2330. state_color: true
  2331. - type: entities
  2332. entities:
  2333. - switch.adaptive_lighting_adapt_brightness_bathroom
  2334. - switch.adaptive_lighting_adapt_brightness_bedroom
  2335. - switch.adaptive_lighting_adapt_brightness_office
  2336. state_color: true
  2337. - type: entities
  2338. entities:
  2339. - switch.adaptive_lighting_adapt_color_bathroom
  2340. - switch.adaptive_lighting_adapt_color_bedroom
  2341. - switch.adaptive_lighting_adapt_color_office
  2342. state_color: true
  2343. - type: entities
  2344. entities:
  2345. - entity: input_boolean.sleep_mode
  2346. - entity: switch.adaptive_lighting_sleep_mode_bathroom
  2347. - entity: switch.adaptive_lighting_sleep_mode_bedroom
  2348. - entity: switch.adaptive_lighting_sleep_mode_office
  2349. state_color: true
  2350. - title: Dimmer Buttons
  2351. path: dimmer-buttons
  2352. icon: 'hass:lightbulb-group-outline'
  2353. badges: []
  2354. cards:
  2355. - type: 'custom:dimmer-button'
  2356. entity: light.bedroom_lights
  2357. foreground: '--primary-color'
  2358. name: master Bedroom
  2359. - type: 'custom:dimmer-button'
  2360. entity: light.bathroom_light
  2361. foreground: '--primary-color'
  2362. name: Bathroom
  2363. - type: 'custom:dimmer-button'
  2364. entity: light.office_lights
  2365. foreground: '--primary-color'
  2366. name: Office
  2367. - type: 'custom:dimmer-button'
  2368. entity: light.living_room_light
  2369. foreground: '--primary-color'
  2370. name: Living Room
  2371. - type: 'custom:dimmer-button'
  2372. entity: light.fireplace_light
  2373. foreground: '--primary-color'
  2374. name: Fireplace
  2375. - type: 'custom:dimmer-button'
  2376. entity: light.pole_lamp
  2377. foreground: '--primary-color'
  2378. name: Pole Lamp
  2379. - type: 'custom:dimmer-button'
  2380. entity: light.porch_light
  2381. foreground: '--primary-color'
  2382. name: Front Porch
  2383. - type: 'custom:dimmer-button'
  2384. entity: light.garage_light
  2385. foreground: '--primary-color'
  2386. name: Garage
  2387. - type: 'custom:dimmer-button'
  2388. entity: light.aquarium_day_light
  2389. foreground: '--primary-color'
  2390. - type: 'custom:dimmer-button'
  2391. entity: light.aquarium_night_light
  2392. foreground: '--primary-color'
  2393. - title: System Info
  2394. path: system-info
  2395. badges: []
  2396. cards:
  2397. - type: markdown
  2398. content: 'Hello {{user}}'
  2399. - type: glance
  2400. entities:
  2401. - entity: sensor.uptime
  2402. name: Uptime
  2403. - entity: sensor.db_file_size
  2404. name: HA Database
  2405. - entity: sensor.nest_time_to_temp
  2406. name: Heat Time
  2407. - entity: sensor.nest_time_to_temp_message
  2408. - entity: sensor.dest_address
  2409. name: Destination
  2410. state_color: true
  2411. columns: 2
  2412. - type: entities
  2413. entities:
  2414. - entity: sensor.disk_use_percent
  2415. - entity: sensor.disk_use
  2416. - entity: sensor.disk_free
  2417. - entity: sensor.memory_use_percent
  2418. - entity: sensor.memory_use
  2419. - entity: sensor.memory_free
  2420. - entity: sensor.swap_use_percent
  2421. - entity: sensor.swap_use
  2422. - entity: sensor.swap_free
  2423. - entity: sensor.load_1m
  2424. - entity: sensor.load_5m
  2425. - entity: sensor.load_15m
  2426. - entity: sensor.network_in_eht0
  2427. - entity: sensor.network_out_eht0
  2428. - entity: sensor.network_throughput_in_eht0
  2429. - entity: sensor.network_throughput_out_eht0
  2430. - entity: sensor.packets_in_eht0
  2431. - entity: sensor.packets_out_eht0
  2432. - entity: sensor.ipv4_address_eht0
  2433. - entity: sensor.ipv6_address_eht0
  2434. - entity: sensor.processor_use_percent
  2435. - entity: sensor.processor_temperature
  2436. - entity: sensor.process_octave_cli
  2437. - entity: sensor.last_boot
  2438. - type: glance
  2439. columns: 2
  2440. entities:
  2441. - sensor.glances_containers_active
  2442. - sensor.glances_containers_cpu_used
  2443. - sensor.glances_containers_ram_used
  2444. - sensor.glances_cpu_load
  2445. - sensor.glances_cpu_used
  2446. - sensor.glances_ram_free
  2447. - sensor.glances_ram_used
  2448. - sensor.glances_ram_used_percent
  2449. - sensor.glances_running
  2450. - sensor.glances_sleeping
  2451. - sensor.glances_swap_free
  2452. - sensor.glances_swap_used
  2453. - sensor.glances_swap_used_percent
  2454. - sensor.glances_thread
  2455. - sensor.glances_total
  2456. - sensor.glances_addons_free
  2457. - sensor.glances_addons_used
  2458. - sensor.glances_addons_used_percent
  2459. - sensor.glances_backup_free
  2460. - sensor.glances_backup_used
  2461. - sensor.glances_backup_used_percent
  2462. - sensor.glances_config_free
  2463. - sensor.glances_config_used
  2464. - sensor.glances_config_used_percent
  2465. - sensor.glances_data_free
  2466. - sensor.glances_data_used
  2467. - sensor.glances_data_used_percent
  2468. - sensor.glances_etc_hostname_free
  2469. - sensor.glances_etc_hostname_used
  2470. - sensor.glances_etc_hostname_used_percent
  2471. - sensor.glances_etc_hosts_free
  2472. - sensor.glances_etc_hosts_used
  2473. - sensor.glances_etc_hosts_used_percent
  2474. - sensor.glances_etc_resolv_conf_free
  2475. - sensor.glances_etc_resolv_conf_used
  2476. - sensor.glances_etc_resolv_conf_used_percent
  2477. - sensor.glances_share_free
  2478. - sensor.glances_share_used
  2479. - sensor.glances_share_used_percent
  2480. - sensor.glances_ssl_free
  2481. - sensor.glances_ssl_used
  2482. - sensor.glances_ssl_used_percent
  2483. - sensor.glances_cpu_thermal_1_temperature
  2484. - sensor.glances_ddr_thermal_1_temperature
  2485. state_color: true
  2486. - type: entities
  2487. entities:
  2488. - sensor.hassio_configuration
  2489. - title: Entities
  2490. path: entities
  2491. badges: []
  2492. cards:
  2493. - type: entities
  2494. entities:
  2495. - entity: sensor.overview_domains
  2496. - entity: sensor.overview_entities
  2497. - type: grid
  2498. cards:
  2499. - type: 'custom:button-card'
  2500. tap_action:
  2501. action: more-info
  2502. entity: sensor.overview_domains
  2503. show_state: true
  2504. styles:
  2505. card:
  2506. - width: 125px
  2507. - height: 125px
  2508. grid:
  2509. - grid-template-areas: '"i" "n" "s"'
  2510. - grid-template-columns: 1fr
  2511. - grid-template-rows: 1fr min-content min-content
  2512. img_cell:
  2513. - justify-content: start
  2514. - text-align: start
  2515. icon:
  2516. - margin-left: 5%
  2517. - width: 30%
  2518. - color: red
  2519. name:
  2520. - justify-self: start
  2521. - padding-left: 10px
  2522. - font-weight: bold
  2523. - color: yellow
  2524. state:
  2525. - justify-self: start
  2526. - padding-left: 10px
  2527. - color: green
  2528. - type: 'custom:button-card'
  2529. tap_action:
  2530. action: more-info
  2531. entity: sensor.overview_entities
  2532. show_state: true
  2533. styles:
  2534. card:
  2535. - width: 125px
  2536. - height: 125px
  2537. grid:
  2538. - grid-template-areas: '"i" "n" "s"'
  2539. - grid-template-columns: 1fr
  2540. - grid-template-rows: 1fr
  2541. img_cell:
  2542. - justify-content: start
  2543. - text-align: start
  2544. icon:
  2545. - margin-left: 5%
  2546. - width: 30%
  2547. - color: red
  2548. name:
  2549. - justify-self: start
  2550. - padding-left: 10px
  2551. - font-weight: bold
  2552. - color: yellow
  2553. state:
  2554. - justify-self: start
  2555. - padding-left: 10px
  2556. - color: green
  2557. - type: 'custom:button-card'
  2558. tap_action:
  2559. action: more-info
  2560. entity: sensor.automation_count
  2561. name: Automations
  2562. icon: 'mdi:clock-outline'
  2563. show_state: true
  2564. hold_action:
  2565. action: none
  2566. styles:
  2567. card:
  2568. - width: 125px
  2569. - height: 125px
  2570. grid:
  2571. - grid-template-areas: '"i" "n" "s"'
  2572. - grid-template-columns: 1fr
  2573. - grid-template-rows: 1fr
  2574. img_cell:
  2575. - justify-content: start
  2576. - text-align: start
  2577. icon:
  2578. - margin-left: 5%
  2579. - width: 30%
  2580. - color: green
  2581. name:
  2582. - justify-self: start
  2583. - padding-left: 10px
  2584. - font-weight: bold
  2585. - color: yellow
  2586. state:
  2587. - justify-self: start
  2588. - padding-left: 10px
  2589. - color: green
  2590. - type: 'custom:button-card'
  2591. tap_action:
  2592. action: more-info
  2593. entity: sensor.cameras_count
  2594. name: Cameras
  2595. icon: 'mdi:camera-outline'
  2596. show_state: true
  2597. hold_action:
  2598. action: none
  2599. styles:
  2600. card:
  2601. - width: 125px
  2602. - height: 125px
  2603. grid:
  2604. - grid-template-areas: '"i" "n" "s"'
  2605. - grid-template-columns: 1fr
  2606. - grid-template-rows: 1fr
  2607. img_cell:
  2608. - justify-content: start
  2609. - text-align: start
  2610. icon:
  2611. - margin-left: 5%
  2612. - width: 30%
  2613. - color: green
  2614. name:
  2615. - justify-self: start
  2616. - padding-left: 10px
  2617. - font-weight: bold
  2618. - color: yellow
  2619. state:
  2620. - justify-self: start
  2621. - padding-left: 10px
  2622. - color: green
  2623. - type: 'custom:button-card'
  2624. tap_action:
  2625. action: more-info
  2626. entity: sensor.script_count
  2627. name: Scripts
  2628. icon: 'mdi:script-outline'
  2629. show_state: true
  2630. hold_action:
  2631. action: none
  2632. styles:
  2633. card:
  2634. - width: 125px
  2635. - height: 125px
  2636. grid:
  2637. - grid-template-areas: '"i" "n" "s"'
  2638. - grid-template-columns: 1fr
  2639. - grid-template-rows: 1fr
  2640. img_cell:
  2641. - justify-content: start
  2642. - text-align: start
  2643. icon:
  2644. - margin-left: 5%
  2645. - width: 30%
  2646. - color: green
  2647. name:
  2648. - justify-self: start
  2649. - padding-left: 10px
  2650. - font-weight: bold
  2651. - color: yellow
  2652. state:
  2653. - justify-self: start
  2654. - padding-left: 10px
  2655. - color: green
  2656. - type: 'custom:button-card'
  2657. tap_action:
  2658. action: more-info
  2659. entity: sensor.sensor_count
  2660. name: Sensors
  2661. icon: 'mdi:radar'
  2662. show_state: true
  2663. hold_action:
  2664. action: none
  2665. styles:
  2666. card:
  2667. - width: 125px
  2668. - height: 125px
  2669. grid:
  2670. - grid-template-areas: '"i" "n" "s"'
  2671. - grid-template-columns: 1fr
  2672. - grid-template-rows: 1fr
  2673. img_cell:
  2674. - justify-content: start
  2675. - text-align: start
  2676. icon:
  2677. - margin-left: 5%
  2678. - width: 30%
  2679. - color: green
  2680. name:
  2681. - justify-self: start
  2682. - padding-left: 10px
  2683. - font-weight: bold
  2684. - color: yellow
  2685. state:
  2686. - justify-self: start
  2687. - padding-left: 10px
  2688. - color: green
  2689. - type: 'custom:button-card'
  2690. tap_action:
  2691. action: more-info
  2692. entity: sensor.binary_sensor_count
  2693. name: Binary Sensors
  2694. icon: 'mdi:gesture-tap'
  2695. show_state: true
  2696. hold_action:
  2697. action: none
  2698. styles:
  2699. card:
  2700. - width: 125px
  2701. - height: 125px
  2702. grid:
  2703. - grid-template-areas: '"i" "n" "s"'
  2704. - grid-template-columns: 1fr
  2705. - grid-template-rows: 1fr
  2706. img_cell:
  2707. - justify-content: start
  2708. - text-align: start
  2709. icon:
  2710. - margin-left: 5%
  2711. - width: 30%
  2712. - color: green
  2713. name:
  2714. - justify-self: start
  2715. - padding-left: 10px
  2716. - font-weight: bold
  2717. - color: yellow
  2718. state:
  2719. - justify-self: start
  2720. - padding-left: 10px
  2721. - color: green
  2722.  
Add Comment
Please, Sign In to add comment