DigitalAgent

Mobile Home Assistant Dashboard

Nov 2nd, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.71 KB | None | 0 0
  1. views:
  2. - title: Home
  3. type: custom:vertical-layout
  4. subview: true
  5. badges: []
  6. cards:
  7. - type: custom:mushroom-chips-card
  8. chips:
  9. - type: weather
  10. entity: weather.home
  11. show_conditions: true
  12. show_temperature: true
  13. alignment: center
  14. - type: custom:mushroom-template-card
  15. primary: |-
  16. {% set time = now().hour %}
  17. {% if (time >= 18) %}
  18. Good Evening, {{user}}!
  19. {% elif (time >= 12) %}
  20. Good Afternoon, {{user}}!
  21. {% elif (time >= 5) %}
  22. Good Morning, {{user}}!
  23. {% else %}
  24. Hello, {{user}}!
  25. {% endif %}
  26. secondary: ''
  27. icon: ''
  28. - type: horizontal-stack
  29. cards:
  30. - type: custom:mushroom-template-card
  31. primary: Heat
  32. secondary: ''
  33. icon: mdi:radiator
  34. icon_color: red
  35. layout: vertical
  36. tap_action:
  37. action: navigate
  38. navigation_path: house
  39. - type: custom:mushroom-template-card
  40. primary: Lights
  41. secondary: ''
  42. icon: mdi:lightbulb
  43. icon_color: amber
  44. layout: vertical
  45. tap_action:
  46. action: navigate
  47. navigation_path: lights
  48. - type: custom:mushroom-template-card
  49. primary: Sonos
  50. secondary: ''
  51. icon: mdi:music-note
  52. layout: vertical
  53. tap_action:
  54. action: navigate
  55. navigation_path: music
  56. icon_color: blue
  57. - type: custom:mushroom-template-card
  58. primary: Sensors
  59. secondary: ''
  60. icon: mdi:leak
  61. layout: vertical
  62. tap_action:
  63. action: navigate
  64. navigation_path: /dashboard-phone/sensors
  65. icon_color: purple
  66. - type: custom:mushroom-template-card
  67. primary: Server
  68. secondary: ''
  69. icon: mdi:server-network
  70. layout: vertical
  71. tap_action:
  72. action: navigate
  73. navigation_path: server
  74. icon_color: green
  75. - type: custom:mushroom-title-card
  76. title: ''
  77. subtitle: Rooms
  78. - square: false
  79. columns: 2
  80. type: grid
  81. cards:
  82. - type: custom:mushroom-template-card
  83. primary: Family Room
  84. secondary: |
  85. {{ states('sensor.downstairs_thermostat_temperature') }} °F
  86. icon: mdi:television
  87. tap_action:
  88. action: navigate
  89. navigation_path: /dashboard-phone/familyroom
  90. icon_color: blue
  91. - type: custom:mushroom-light-card
  92. name: Kitchen & Dining
  93. entity: light.kitchen_sink
  94. icon: mdi:knife
  95. tap_action:
  96. action: navigate
  97. navigation_path: kitchen
  98. hold_action:
  99. action: toggle
  100. - type: custom:mushroom-template-card
  101. primary: 1st Floor
  102. secondary: '{{ states(''sensor.downstairs_thermostat_temperature'') }} °F'
  103. icon: mdi:home-floor-1
  104. tap_action:
  105. action: navigate
  106. navigation_path: downstairs
  107. icon_color: brown
  108. - type: custom:mushroom-template-card
  109. primary: Master Bedroom
  110. secondary: '{{ states(''sensor.bedroom_ecobee_sensor_temperature'') }} °F'
  111. icon: mdi:bed
  112. tap_action:
  113. action: navigate
  114. navigation_path: masterbed
  115. icon_color: red
  116. - type: custom:mushroom-template-card
  117. primary: Basement
  118. secondary: ''
  119. icon: mdi:home-floor-b
  120. tap_action:
  121. action: navigate
  122. navigation_path: basement
  123. icon_color: purple
  124. - type: custom:mushroom-template-card
  125. primary: Home Theater
  126. secondary: ''
  127. icon: mdi:projector
  128. tap_action:
  129. action: navigate
  130. navigation_path: hometheater
  131. hold_action:
  132. action: toggle
  133. icon_color: yellow
  134. - type: custom:mushroom-template-card
  135. primary: Garage
  136. secondary: ''
  137. icon: mdi:garage-open-variant
  138. tap_action:
  139. action: navigate
  140. navigation_path: garage
  141. icon_color: blue
  142. - type: custom:mushroom-template-card
  143. primary: Deck & Outdoors
  144. secondary: ''
  145. icon: mdi:forest
  146. tap_action:
  147. action: navigate
  148. navigation_path: deck
  149. icon_color: ''
  150. - type: custom:mushroom-template-card
  151. primary: Christmas
  152. secondary: ''
  153. icon: mdi:pine-tree
  154. icon_color: green
  155. tap_action:
  156. action: navigate
  157. navigation_path: christmas
  158. - type: custom:mushroom-template-card
  159. primary: Announcements
  160. secondary: ''
  161. icon: mdi:bullhorn
  162. tap_action:
  163. action: navigate
  164. navigation_path: announcements
  165. icon_color: purple
  166. - type: custom:bubble-card
  167. card_type: media-player
  168. entity: media_player.basement_sonos
  169. hide:
  170. power_button: true
  171. - theme: Backend-selected
  172. title: familyroom
  173. path: familyroom
  174. type: custom:vertical-layout
  175. badges: []
  176. cards:
  177. - type: custom:mushroom-chips-card
  178. chips:
  179. - type: back
  180. - type: custom:mushroom-title-card
  181. title: Family Room
  182. - square: false
  183. columns: 1
  184. type: grid
  185. cards:
  186. - square: false
  187. columns: 2
  188. type: grid
  189. cards:
  190. - type: custom:button-card
  191. tap_action:
  192. action: toggle
  193. entity: switch.familyroom_shield_tv_2
  194. name: Watch Streaming
  195. show_entity_picture: true
  196. state:
  197. - entity_picture: /local/nvidiaoff.png
  198. value: 'off'
  199. - entity_picture: /local/nvidia.png
  200. value: 'on'
  201. show_state: true
  202. icon: mdi:multimedia
  203. icon_height: 25px
  204. - type: custom:button-card
  205. tap_action:
  206. action: toggle
  207. entity: switch.familyroom_watch_tv_3
  208. name: Watch TV
  209. show_entity_picture: true
  210. state:
  211. - entity_picture: /local/tvoff.png
  212. value: 'off'
  213. - entity_picture: /local/tv.png
  214. value: 'on'
  215. show_state: true
  216. icon: mdi:multimedia
  217. icon_height: 25px
  218. - type: media-control
  219. entity: media_player.family_room_sonos
  220. - type: custom:gap-card
  221. height: 5
  222. - square: false
  223. columns: 1
  224. type: grid
  225. cards:
  226. - type: custom:mushroom-light-card
  227. entity: light.family_room_light
  228. show_brightness_control: true
  229. use_light_color: false
  230. collapsible_controls: true
  231. - type: horizontal-stack
  232. cards:
  233. - graph: line
  234. hours_to_show: 24
  235. type: sensor
  236. detail: 1
  237. name: Temperature
  238. entity: sensor.familyroom_temperature_sensor
  239. - graph: line
  240. hours_to_show: 24
  241. type: sensor
  242. detail: 1
  243. name: Humidity
  244. entity: sensor.familyroom_temperature_sensor_humidity_sensor
  245. - theme: Backend-selected
  246. title: kitchen
  247. path: kitchen
  248. type: custom:vertical-layout
  249. badges: []
  250. cards:
  251. - type: custom:mushroom-chips-card
  252. chips:
  253. - type: back
  254. - type: custom:mushroom-title-card
  255. title: Kitchen & Dining Room
  256. - square: false
  257. columns: 1
  258. type: grid
  259. cards:
  260. - type: custom:mushroom-light-card
  261. entity: light.kitchen_sink
  262. show_brightness_control: true
  263. - type: media-control
  264. entity: media_player.dining_room_sonos
  265. - square: false
  266. type: grid
  267. cards:
  268. - type: custom:button-card
  269. tap_action:
  270. action: toggle
  271. entity: script.radio_script_dining_room_tomorrowland
  272. name: Tomorrowland One World Radio
  273. show_name: false
  274. show_entity_picture: true
  275. show_state: false
  276. entity_picture: /local/radio/tomorrowland.png
  277. size: 100%
  278. - type: custom:button-card
  279. tap_action:
  280. action: toggle
  281. entity: script.radio_script_dinging_room_amazon_classic_rock
  282. name: Tomorrowland One World Radio
  283. show_name: false
  284. show_entity_picture: true
  285. show_state: false
  286. entity_picture: /local/radio/classicrock1.png
  287. size: 100%
  288. - type: custom:button-card
  289. tap_action:
  290. action: toggle
  291. entity: script.radio_script_dining_room_amazon_smooth_jazz
  292. name: Tomorrowland One World Radio
  293. show_name: false
  294. show_entity_picture: true
  295. show_state: false
  296. entity_picture: /local/radio/smoothjazz1.png
  297. size: 100%
  298. - type: horizontal-stack
  299. cards:
  300. - type: custom:mushroom-media-player-card
  301. entity: media_player.kitchen_echo
  302. - type: custom:mushroom-media-player-card
  303. entity: media_player.******_s_2nd_echo_show_5_2nd_gen
  304. - type: horizontal-stack
  305. cards:
  306. - hours_to_show: 24
  307. graph: line
  308. type: sensor
  309. detail: 1
  310. entity: sensor.downstairs_thermostat_temperature
  311. name: Temperature
  312. - hours_to_show: 24
  313. graph: line
  314. type: sensor
  315. detail: 1
  316. entity: sensor.downstairs_thermostat_humidity
  317. name: Humidity
  318. - theme: Backend-selected
  319. title: partymode
  320. path: partymode
  321. type: custom:vertical-layout
  322. badges: []
  323. cards:
  324. - type: custom:mushroom-chips-card
  325. chips:
  326. - type: back
  327. - type: custom:mushroom-title-card
  328. title: Basement Party Modes
  329. - type: horizontal-stack
  330. cards:
  331. - type: custom:button-card
  332. tap_action:
  333. action: toggle
  334. entity: input_boolean.power_theater
  335. name: Movie Time
  336. show_name: true
  337. show_state: true
  338. show_entity_picture: true
  339. state:
  340. - entity_picture: /local/projectoroff.png
  341. value: 'off'
  342. - entity_picture: /local/projector.png
  343. value: 'on'
  344. size: 100px
  345. - type: custom:button-card
  346. tap_action:
  347. action: toggle
  348. entity: input_boolean.power_pinball
  349. name: Pinball Party
  350. show_name: true
  351. show_state: true
  352. show_entity_picture: true
  353. state:
  354. - entity_picture: /local/pinballoff.png
  355. value: 'off'
  356. - entity_picture: /local/pinballon.png
  357. value: 'on'
  358. size: 100px
  359. - type: custom:button-card
  360. tap_action:
  361. action: toggle
  362. entity: input_boolean.power_arcade
  363. name: Arcade Party
  364. show_name: true
  365. show_state: true
  366. show_entity_picture: true
  367. state:
  368. - entity_picture: /local/arcadeoff.png
  369. value: 'off'
  370. - entity_picture: /local/arcade.png
  371. value: 'on'
  372. size: 100px
  373. - type: custom:button-card
  374. tap_action:
  375. action: toggle
  376. entity: light.basement_party_lights
  377. name: Party Lights
  378. show_name: true
  379. show_state: true
  380. show_entity_picture: true
  381. state:
  382. - entity_picture: /local/partyoff.png
  383. value: 'off'
  384. - entity_picture: /local/party.png
  385. value: 'on'
  386. size: 100px
  387. - type: custom:mushroom-title-card
  388. title: ''
  389. subtitle: Radio Stations
  390. - type: custom:tabbed-card
  391. options: {}
  392. tabs:
  393. - card:
  394. square: false
  395. columns: 3
  396. type: grid
  397. cards:
  398. - type: custom:button-card
  399. tap_action:
  400. action: toggle
  401. entity: script.radio_script_basement_tomorrowland
  402. name: Tomorrowland One World Radio
  403. show_name: false
  404. show_entity_picture: true
  405. show_state: false
  406. entity_picture: /local/radio/tomorrowland.png
  407. size: 150px
  408. - type: custom:button-card
  409. tap_action:
  410. action: toggle
  411. entity: script.radio_script_basement_amazon_party_hits
  412. name: Party & Dance
  413. show_name: false
  414. show_entity_picture: true
  415. show_state: false
  416. entity_picture: /local/radio/partyhits.png
  417. size: 150px
  418. - type: custom:button-card
  419. tap_action:
  420. action: toggle
  421. entity: script.radio_script_basement_amazon_edm_bangers
  422. name: Relax & Unwind
  423. show_name: false
  424. show_entity_picture: true
  425. show_state: false
  426. entity_picture: /local/radio/edmbangers.png
  427. size: 150px
  428. - type: custom:button-card
  429. tap_action:
  430. action: toggle
  431. entity: script.radio_script_basement_amazon_chill
  432. name: Chill
  433. show_name: false
  434. show_entity_picture: true
  435. show_state: false
  436. entity_picture: /local/radio/chill1.png
  437. size: 150px
  438. - type: custom:button-card
  439. tap_action:
  440. action: toggle
  441. entity: script.radio_script_basement_amazon_hotel_poolside
  442. name: Todays Hits
  443. show_name: false
  444. show_entity_picture: true
  445. show_state: false
  446. entity_picture: /local/radio/hotelpoolside.png
  447. size: 150px
  448. - type: custom:button-card
  449. tap_action:
  450. action: toggle
  451. entity: script.radio_script_basement_amazon_smooth_jazz
  452. name: Smooth Jazz
  453. show_name: false
  454. show_entity_picture: true
  455. show_state: false
  456. entity_picture: /local/radio/smoothjazz1.png
  457. size: 150px
  458. attributes:
  459. label: EDM & Chill
  460. - card:
  461. square: false
  462. columns: 3
  463. type: grid
  464. cards:
  465. - type: custom:button-card
  466. tap_action:
  467. action: toggle
  468. entity: script.radio_script_basement_amazon_classic_rock
  469. name: Rock On
  470. show_name: false
  471. show_entity_picture: true
  472. show_state: false
  473. entity_picture: /local/radio/classicrock1.png
  474. size: 150px
  475. - type: custom:button-card
  476. tap_action:
  477. action: toggle
  478. entity: script.radio_script_basement_amazon_rock_arena
  479. name: 90's Classic Rock
  480. show_name: false
  481. show_entity_picture: true
  482. show_state: false
  483. entity_picture: /local/radio/rockarena.png
  484. size: 150px
  485. - type: custom:button-card
  486. tap_action:
  487. action: toggle
  488. entity: script.radio_script_basement_amazon_yacht_rock
  489. name: Classic Rock Hits
  490. show_name: false
  491. show_entity_picture: true
  492. show_state: false
  493. entity_picture: /local/radio/yachtrock.png
  494. size: 150px
  495. - type: custom:button-card
  496. tap_action:
  497. action: toggle
  498. entity: script.radio_script_basement_pandora_incubus
  499. name: Hot Hip Hop & R&B
  500. show_name: false
  501. show_entity_picture: true
  502. show_state: false
  503. entity_picture: /local/radio/incubus.png
  504. size: 150px
  505. - type: custom:button-card
  506. tap_action:
  507. action: toggle
  508. entity: script.radio_script_basement_pandora_311
  509. name: Classic Hip Hop
  510. show_name: false
  511. show_entity_picture: true
  512. show_state: false
  513. entity_picture: /local/radio/311.png
  514. size: 150px
  515. - type: custom:button-card
  516. tap_action:
  517. action: toggle
  518. entity: script.radio_script_basement_amazon_2000s_alt
  519. name: Alt Hits
  520. show_name: false
  521. show_entity_picture: true
  522. show_state: false
  523. entity_picture: /local/radio/2000alt.png
  524. size: 150px
  525. attributes:
  526. label: Rock
  527. - card:
  528. square: false
  529. columns: 3
  530. type: grid
  531. cards:
  532. - type: custom:button-card
  533. tap_action:
  534. action: toggle
  535. entity: script.radio_script_basement_amazon_all_hits
  536. name: Today's Hits
  537. show_name: false
  538. show_entity_picture: true
  539. show_state: false
  540. entity_picture: /local/radio/allhits.png
  541. size: 150px
  542. - type: custom:button-card
  543. tap_action:
  544. action: toggle
  545. entity: script.radio_script_basement_amazon_pop_culture_radio
  546. name: Mix Lite
  547. show_name: false
  548. show_entity_picture: true
  549. show_state: false
  550. entity_picture: /local/radio/popculture.png
  551. size: 150px
  552. - type: custom:button-card
  553. tap_action:
  554. action: toggle
  555. entity: script.radio_script_basement_pandora_ed_sheeran
  556. name: Adult Hits
  557. show_name: false
  558. show_entity_picture: true
  559. show_state: false
  560. entity_picture: /local/radio/edsheeran.png
  561. size: 150px
  562. - type: custom:button-card
  563. tap_action:
  564. action: toggle
  565. entity: script.radio_script_basement_amazon_90s_hip_hop
  566. name: 80's Hits
  567. show_name: false
  568. show_entity_picture: true
  569. show_state: false
  570. entity_picture: /local/radio/90shiphop.png
  571. size: 150px
  572. - type: custom:button-card
  573. tap_action:
  574. action: toggle
  575. entity: script.radio_script_basement_amazon_todays_hip_hop
  576. name: 90's Hits
  577. show_name: false
  578. show_entity_picture: true
  579. show_state: false
  580. entity_picture: /local/radio/todayship.png
  581. size: 150px
  582. - type: custom:button-card
  583. tap_action:
  584. action: toggle
  585. entity: script.radio_script_basement_amazon_all_2000s
  586. name: 00's Hits
  587. show_name: false
  588. show_entity_picture: true
  589. show_state: false
  590. entity_picture: /local/radio/all2000s.png
  591. size: 150px
  592. attributes:
  593. label: Hit's & Rap
  594. - theme: Backend-selected
  595. title: masterbed
  596. path: masterbed
  597. type: custom:vertical-layout
  598. badges: []
  599. cards:
  600. - type: custom:mushroom-chips-card
  601. chips:
  602. - type: back
  603. - type: custom:mushroom-title-card
  604. title: Master Bedroom
  605. - type: horizontal-stack
  606. cards:
  607. - hours_to_show: 24
  608. graph: none
  609. type: sensor
  610. detail: 1
  611. entity: sensor.bedroom_ecobee_sensor_temperature
  612. name: Temperature
  613. - type: entity
  614. entity: binary_sensor.bedroom_ecobee_sensor_occupancy
  615. name: Master Motion
  616. icon: mdi:bed
  617. state_color: true
  618. - type: media-control
  619. entity: media_player.master_bedroom_dot
  620. - square: false
  621. columns: 1
  622. type: grid
  623. cards:
  624. - type: custom:mushroom-light-card
  625. entity: light.master_bedroom_headboard_light
  626. show_brightness_control: true
  627. show_color_control: true
  628. use_light_color: true
  629. - theme: Backend-selected
  630. title: basement
  631. path: basement
  632. type: custom:vertical-layout
  633. badges: []
  634. cards:
  635. - type: custom:mushroom-chips-card
  636. chips:
  637. - type: back
  638. - type: custom:mushroom-title-card
  639. title: Basement
  640. - square: true
  641. columns: 6
  642. type: grid
  643. cards:
  644. - show_name: true
  645. show_icon: true
  646. type: button
  647. tap_action:
  648. action: toggle
  649. entity: switch.basement_lights_general
  650. name: Basement
  651. icon: mdi:light-recessed
  652. - show_name: true
  653. show_icon: true
  654. type: button
  655. tap_action:
  656. action: toggle
  657. show_state: false
  658. icon: mdi:led-strip-variant
  659. name: Arcade Ceiling
  660. entity: light.arcade_ceiling
  661. - show_name: true
  662. show_icon: true
  663. type: button
  664. tap_action:
  665. action: toggle
  666. icon: mdi:circle
  667. show_state: false
  668. entity: switch.pinball
  669. - show_name: true
  670. show_icon: true
  671. type: button
  672. tap_action:
  673. action: toggle
  674. entity: switch.arcade
  675. icon: mdi:controller-classic-outline
  676. show_state: false
  677. - show_name: true
  678. show_icon: true
  679. type: button
  680. tap_action:
  681. action: toggle
  682. entity: switch.posters_pi
  683. icon: mdi:television-classic
  684. show_state: false
  685. name: Poster TV
  686. - show_name: true
  687. show_icon: true
  688. type: button
  689. icon: ''
  690. show_state: false
  691. name: Poster Power
  692. entity: script.rasppishutdown
  693. tap_action:
  694. action: toggle
  695. - type: custom:gap-card
  696. height: 15
  697. - type: media-control
  698. entity: media_player.basement_sonos
  699. - type: custom:button-card
  700. tap_action:
  701. action: toggle
  702. entity: script.radio_script_basement_tomorrowland
  703. name: Tomorrowland One World Radio
  704. show_name: false
  705. show_entity_picture: true
  706. show_state: false
  707. entity_picture: /local/radio/tomorrowland.png
  708. size: 200px
  709. - square: false
  710. columns: 2
  711. type: grid
  712. cards:
  713. - type: custom:mushroom-entity-card
  714. icon: mdi:door
  715. name: Basement Door
  716. entity: binary_sensor.contact_basementdoorsensor
  717. - type: custom:mushroom-entity-card
  718. icon_color: green
  719. name: Basement Battery
  720. entity: sensor.basement_door_sensor_battery_sensor
  721. - type: custom:mushroom-entity-card
  722. name: Water Heater Leak
  723. entity: binary_sensor.water_heater_leak_sensor_2
  724. - type: custom:mushroom-entity-card
  725. icon_color: green
  726. entity: sensor.water_heater_leak_sensor_battery_sensor_2
  727. name: Water Heather Battery
  728. - square: false
  729. type: grid
  730. cards:
  731. - graph: line
  732. hours_to_show: 24
  733. type: sensor
  734. detail: 1
  735. name: Temperature
  736. entity: sensor.basement_temperature_sensor_2
  737. - graph: line
  738. hours_to_show: 24
  739. type: sensor
  740. detail: 1
  741. name: Humidity
  742. entity: sensor.basement_temperature_sensor_humidity_sensor_2
  743. - graph: line
  744. hours_to_show: 24
  745. type: sensor
  746. detail: 1
  747. name: Battery
  748. entity: sensor.basement_temperature_sensor_battery_sensor_2
  749. columns: 3
  750. - theme: Backend-selected
  751. title: hometheater
  752. path: hometheater
  753. type: custom:vertical-layout
  754. badges: []
  755. cards:
  756. - type: custom:mushroom-chips-card
  757. chips:
  758. - type: back
  759. - type: custom:mushroom-title-card
  760. title: Home Theater
  761. - square: true
  762. columns: 6
  763. type: grid
  764. cards:
  765. - show_name: true
  766. show_icon: true
  767. type: button
  768. tap_action:
  769. action: toggle
  770. entity: light.theater_lights
  771. name: Theater
  772. icon: mdi:light-recessed
  773. - show_name: true
  774. show_icon: true
  775. type: button
  776. tap_action:
  777. action: toggle
  778. entity: light.theater_accent_lights
  779. name: Accent
  780. icon: mdi:light-recessed
  781. - show_name: true
  782. show_icon: true
  783. type: button
  784. tap_action:
  785. action: toggle
  786. name: Theater Ceiling
  787. icon: mdi:led-strip-variant
  788. entity: switch.theater_ceiling_led
  789. - show_name: true
  790. show_icon: true
  791. type: button
  792. tap_action:
  793. action: toggle
  794. entity: switch.theater_rack_led_light
  795. name: Theater Rack
  796. icon: mdi:server
  797. - show_name: true
  798. show_icon: true
  799. type: button
  800. tap_action:
  801. action: toggle
  802. icon: mdi:stairs
  803. name: Theater Riser
  804. show_state: false
  805. entity: light.theater_riser
  806. - show_name: true
  807. show_icon: true
  808. type: button
  809. tap_action:
  810. action: toggle
  811. entity: light.theater_chair
  812. icon: mdi:sofa
  813. name: Theater Chair
  814. - type: custom:gap-card
  815. height: 15
  816. - type: custom:button-card
  817. tap_action:
  818. action: toggle
  819. entity: remote.theater_hub
  820. name: Projector
  821. show_name: true
  822. show_state: true
  823. show_entity_picture: true
  824. state:
  825. - entity_picture: /local/projectoroff.png
  826. value: 'off'
  827. - entity_picture: /local/projector.png
  828. value: 'on'
  829. size: 100px
  830. - type: media-control
  831. entity: media_player.basement_sonos
  832. - type: media-control
  833. entity: media_player.home_theater
  834. - square: false
  835. type: grid
  836. cards:
  837. - graph: line
  838. hours_to_show: 24
  839. type: sensor
  840. detail: 1
  841. name: Temperature
  842. entity: sensor.basement_temperature_sensor_2
  843. - graph: line
  844. hours_to_show: 24
  845. type: sensor
  846. detail: 1
  847. name: Humidity
  848. entity: sensor.basement_temperature_sensor_humidity_sensor_2
  849. - graph: none
  850. hours_to_show: 24
  851. type: sensor
  852. detail: 1
  853. name: Battery
  854. entity: sensor.basement_temperature_sensor_battery_sensor_2
  855. columns: 3
  856. - theme: Backend-selected
  857. title: server
  858. path: server
  859. type: custom:vertical-layout
  860. badges: []
  861. cards:
  862. - type: custom:mushroom-chips-card
  863. chips:
  864. - type: back
  865. - type: custom:mushroom-title-card
  866. title: ''
  867. subtitle: PLEX - DHARMA
  868. - show_name: true
  869. show_icon: true
  870. show_state: true
  871. type: glance
  872. entities:
  873. - entity: sensor.tautulli_watching
  874. name: Watching
  875. - entity: sensor.tautulli_direct_plays
  876. name: Direct Plays
  877. - entity: sensor.tautulli_transcodes
  878. name: Transcodes
  879. state_color: true
  880. - show_name: true
  881. show_icon: true
  882. show_state: true
  883. type: glance
  884. entities:
  885. - entity: sensor.tautulli_top_user
  886. name: Top User
  887. - entity: sensor.dharma_library_movies
  888. name: Movies
  889. - entity: sensor.dharma_library_tv_shows
  890. name: TV Shows
  891. state_color: true
  892. - type: custom:mushroom-title-card
  893. title: ''
  894. subtitle: unRAID Server - NAS
  895. - square: true
  896. columns: 4
  897. type: grid
  898. cards:
  899. - type: gauge
  900. entity: sensor.192_168_1_225_mnt_disk1_used_percent
  901. name: Disk 1
  902. needle: true
  903. severity:
  904. green: 0
  905. yellow: 50
  906. red: 75
  907. - type: gauge
  908. entity: sensor.192_168_1_225_mnt_disk2_used_percent
  909. name: Disk 2
  910. needle: true
  911. severity:
  912. green: 0
  913. yellow: 50
  914. red: 75
  915. - type: gauge
  916. entity: sensor.192_168_1_225_mnt_disk3_used_percent
  917. name: Disk 3
  918. needle: true
  919. severity:
  920. green: 0
  921. yellow: 50
  922. red: 75
  923. - type: gauge
  924. entity: sensor.192_168_1_225_mnt_disk5_used_percent
  925. name: Disk 5
  926. needle: true
  927. severity:
  928. green: 0
  929. yellow: 50
  930. red: 75
  931. - type: gauge
  932. entity: sensor.192_168_1_225_mnt_disk6_used_percent
  933. name: Disk 6
  934. needle: true
  935. severity:
  936. green: 0
  937. yellow: 50
  938. red: 75
  939. - type: gauge
  940. entity: sensor.192_168_1_225_mnt_disk6_used_percent
  941. name: Disk 6
  942. needle: true
  943. severity:
  944. green: 0
  945. yellow: 50
  946. red: 75
  947. - type: gauge
  948. entity: sensor.192_168_1_225_mnt_disk7_used_percent
  949. name: Disk 7
  950. needle: true
  951. severity:
  952. green: 0
  953. yellow: 50
  954. red: 75
  955. - type: gauge
  956. entity: sensor.192_168_1_225_mnt_disk8_used_percent
  957. name: Disk 8
  958. needle: true
  959. severity:
  960. green: 0
  961. yellow: 50
  962. red: 75
  963. - type: custom:mushroom-title-card
  964. title: ''
  965. subtitle: Containers
  966. - square: false
  967. columns: 3
  968. type: grid
  969. cards:
  970. - type: custom:mushroom-entity-card
  971. entity: sensor.192_168_1_225_containers_active
  972. name: Active
  973. - type: custom:mushroom-entity-card
  974. entity: sensor.192_168_1_225_containers_cpu_used
  975. name: CPU
  976. - type: custom:mushroom-entity-card
  977. entity: sensor.192_168_1_225_containers_ram_used
  978. name: RAM
  979. fill_container: false
  980. - theme: Backend-selected
  981. title: downstairs
  982. path: downstairs
  983. type: custom:vertical-layout
  984. badges: []
  985. cards:
  986. - type: custom:mushroom-chips-card
  987. chips:
  988. - type: back
  989. - type: custom:mushroom-title-card
  990. title: First Floor
  991. - type: horizontal-stack
  992. cards:
  993. - hours_to_show: 24
  994. graph: line
  995. type: sensor
  996. detail: 1
  997. entity: sensor.downstairs_thermostat_temperature
  998. name: Temperature
  999. - hours_to_show: 24
  1000. graph: line
  1001. type: sensor
  1002. detail: 1
  1003. entity: sensor.downstairs_thermostat_humidity
  1004. name: Humidity
  1005. - type: horizontal-stack
  1006. cards:
  1007. - type: custom:mushroom-entity-card
  1008. entity: switch.entryway
  1009. icon: mdi:lamp
  1010. name: Entryway Light
  1011. tap_action:
  1012. action: toggle
  1013. - type: custom:mushroom-entity-card
  1014. entity: switch.light
  1015. icon: mdi:lamp
  1016. name: Playroom Light
  1017. tap_action:
  1018. action: toggle
  1019. - type: custom:mushroom-entity-card
  1020. entity: switch.front_door_light
  1021. icon: mdi:wall-sconce-round
  1022. fill_container: false
  1023. - type: media-control
  1024. entity: media_player.playroom_echo_dot
  1025. - type: custom:mushroom-title-card
  1026. title: ''
  1027. subtitle: Sensors
  1028. - square: false
  1029. columns: 2
  1030. type: grid
  1031. cards:
  1032. - type: custom:mushroom-entity-card
  1033. icon_color: blue
  1034. entity: binary_sensor.laundry_room_water_sensor
  1035. name: Washing Machine Leak
  1036. - type: custom:mushroom-entity-card
  1037. entity: sensor.laundry_room_water_sensor_battery_sensor
  1038. name: Washing Machine Leak
  1039. - type: custom:mushroom-entity-card
  1040. entity: binary_sensor.deck_slider_sensor_2
  1041. name: Deck Slider
  1042. - type: custom:mushroom-entity-card
  1043. entity: sensor.deck_slider_sensor_battery_sensor_2
  1044. name: Deck Slider
  1045. - type: custom:mushroom-entity-card
  1046. entity: binary_sensor.kitchensink_water_leak_sensor
  1047. name: Kitchen Sink Leak
  1048. - type: custom:mushroom-entity-card
  1049. name: Kitchen Sink Leak
  1050. entity: sensor.kitchensink_water_leak_sensor_battery_sensor
  1051. - type: custom:mushroom-entity-card
  1052. name: 1st Floor Bath Sink
  1053. entity: binary_sensor.1stfloorbath_water_leak_sensor_2
  1054. - type: custom:mushroom-entity-card
  1055. name: 1st Floor Bath Sink
  1056. entity: sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
  1057. - theme: Backend-selected
  1058. title: garage
  1059. path: garage
  1060. type: custom:vertical-layout
  1061. badges: []
  1062. cards:
  1063. - type: custom:mushroom-chips-card
  1064. chips:
  1065. - type: back
  1066. - type: media-control
  1067. entity: media_player.garage_sonos
  1068. - theme: Backend-selected
  1069. title: deck
  1070. path: deck
  1071. type: custom:vertical-layout
  1072. badges: []
  1073. cards:
  1074. - type: custom:button-card
  1075. tap_action:
  1076. action: toggle
  1077. entity: script.radio_script_deck_tomorrowland
  1078. name: Tomorrowland One World Radio
  1079. show_name: false
  1080. show_entity_picture: true
  1081. show_state: false
  1082. entity_picture: /local/radio/tomorrowland.png
  1083. size: 150px
  1084. - type: media-control
  1085. entity: media_player.backyard_sonos
  1086. - show_state: true
  1087. show_name: true
  1088. camera_view: live
  1089. type: picture-entity
  1090. image: https://demo.home-assistant.io/stub_config/bedroom.png
  1091. name: Front Door
  1092. entity: camera.front_door_2
  1093. - theme: Backend-selected
  1094. title: lights
  1095. path: lights
  1096. type: custom:vertical-layout
  1097. badges: []
  1098. cards:
  1099. - type: custom:mushroom-chips-card
  1100. chips:
  1101. - type: back
  1102. - type: entities
  1103. entities:
  1104. - entity: switch.entryway
  1105. name: Entryway
  1106. icon: mdi:lamp
  1107. secondary_info: none
  1108. - entity: light.kitchen_sink
  1109. icon: mdi:ceiling-light
  1110. name: Kitchen Sink
  1111. secondary_info: brightness
  1112. - entity: switch.light
  1113. name: Playroom
  1114. icon: mdi:lamp
  1115. - entity: light.family_room_light
  1116. - entity: light.master_bedroom_headboard_light
  1117. name: Master Bedroom Headboard
  1118. icon: mdi:led-strip-variant
  1119. secondary_info: none
  1120. - entity: switch.front_door_light
  1121. icon: mdi:wall-sconce-round
  1122. name: Front Door
  1123. show_header_toggle: true
  1124. title: Upstairs Lighting
  1125. state_color: true
  1126. - type: entities
  1127. entities:
  1128. - entity: switch.basement_lights_general
  1129. name: Basement Lights
  1130. icon: mdi:light-recessed
  1131. - entity: light.arcade_ceiling
  1132. icon: mdi:led-strip-variant
  1133. title: Basement Lights
  1134. show_header_toggle: true
  1135. state_color: true
  1136. - type: entities
  1137. entities:
  1138. - entity: light.theater_lights
  1139. icon: mdi:light-recessed
  1140. secondary_info: brightness
  1141. name: Main Lights
  1142. - entity: light.theater_accent_lights
  1143. icon: mdi:light-recessed
  1144. secondary_info: brightness
  1145. name: Accent Lights
  1146. - entity: switch.theater_ceiling_led
  1147. icon: mdi:led-strip-variant
  1148. name: Ceiling LED
  1149. - entity: switch.theater_rack_led_light
  1150. name: Rack LED
  1151. icon: mdi:led-strip-variant
  1152. - entity: light.theater_riser
  1153. icon: mdi:led-strip-variant
  1154. - entity: light.theater_chair
  1155. icon: mdi:led-strip-variant
  1156. name: Theater Chair LED
  1157. title: Theater Lights
  1158. show_header_toggle: true
  1159. state_color: true
  1160. - theme: Backend-selected
  1161. title: house
  1162. path: house
  1163. type: custom:vertical-layout
  1164. badges: []
  1165. cards:
  1166. - type: custom:mushroom-chips-card
  1167. chips:
  1168. - type: back
  1169. - type: custom:mushroom-title-card
  1170. title: Heating
  1171. - type: horizontal-stack
  1172. cards:
  1173. - type: thermostat
  1174. entity: climate.downstairs_thermostat
  1175. - type: thermostat
  1176. entity: climate.upstairs_thermostat
  1177. - theme: Backend-selected
  1178. title: christmas
  1179. path: christmas
  1180. type: custom:vertical-layout
  1181. badges: []
  1182. cards:
  1183. - type: custom:mushroom-chips-card
  1184. chips:
  1185. - type: back
  1186. - square: true
  1187. columns: 5
  1188. type: grid
  1189. cards:
  1190. - show_name: true
  1191. show_icon: true
  1192. type: button
  1193. tap_action:
  1194. action: toggle
  1195. entity: switch.christmas_tree
  1196. name: Christmas Tree
  1197. icon: mdi:pine-tree
  1198. - show_name: true
  1199. show_icon: true
  1200. type: button
  1201. tap_action:
  1202. action: toggle
  1203. entity: switch.stair_lights
  1204. name: Stair Lights
  1205. icon: mdi:string-lights
  1206. - show_name: true
  1207. show_icon: true
  1208. type: button
  1209. tap_action:
  1210. action: toggle
  1211. entity: switch.outdoor_left
  1212. name: Outdoors Left
  1213. icon: mdi:string-lights
  1214. show_state: false
  1215. - show_name: true
  1216. show_icon: true
  1217. type: button
  1218. tap_action:
  1219. action: toggle
  1220. entity: switch.outdoor_right
  1221. name: Outdoor Right
  1222. icon: mdi:string-lights
  1223. - show_name: true
  1224. show_icon: true
  1225. type: button
  1226. tap_action:
  1227. action: toggle
  1228. entity: switch.outdoor_2_right
  1229. name: Outdoor 2 Right
  1230. icon: mdi:string-lights
  1231. - theme: Backend-selected
  1232. title: music
  1233. path: music
  1234. type: custom:vertical-layout
  1235. badges: []
  1236. cards:
  1237. - type: custom:mushroom-chips-card
  1238. chips:
  1239. - type: back
  1240. - type: vertical-stack
  1241. cards:
  1242. - type: media-control
  1243. entity: media_player.family_room_sonos
  1244. - type: media-control
  1245. entity: media_player.dining_room_sonos
  1246. - type: media-control
  1247. entity: media_player.basement_sonos
  1248. - type: media-control
  1249. entity: media_player.garage_sonos
  1250. - type: media-control
  1251. entity: media_player.deck_sonos
  1252. - type: media-control
  1253. entity: media_player.backyard_sonos
  1254. - theme: Backend-selected
  1255. title: announcements
  1256. path: announcements
  1257. type: custom:vertical-layout
  1258. badges: []
  1259. cards:
  1260. - type: custom:mushroom-chips-card
  1261. chips:
  1262. - type: back
  1263. - type: custom:mushroom-title-card
  1264. title: Announcements
  1265. - square: false
  1266. columns: 3
  1267. type: grid
  1268. cards:
  1269. - type: custom:button-card
  1270. tap_action:
  1271. action: toggle
  1272. entity: script.announcement_time_for_school
  1273. name: School
  1274. show_name: true
  1275. show_state: false
  1276. icon: mdi:account-school
  1277. - type: custom:button-card
  1278. tap_action:
  1279. action: toggle
  1280. entity: script.announcement_lunch_time
  1281. name: Lunch
  1282. show_name: true
  1283. show_state: false
  1284. icon: mdi:food-fork-drink
  1285. - type: custom:button-card
  1286. tap_action:
  1287. action: toggle
  1288. entity: script.dinner_announcement
  1289. name: Dinner
  1290. show_name: true
  1291. show_state: false
  1292. icon: mdi:food
  1293. - type: custom:button-card
  1294. tap_action:
  1295. action: toggle
  1296. entity: script.announcement_upstairs
  1297. name: Upstairs
  1298. show_name: true
  1299. show_state: false
  1300. icon: mdi:stairs
  1301. - type: custom:button-card
  1302. tap_action:
  1303. action: toggle
  1304. entity: script.announcement_bedtime
  1305. name: Bedtime
  1306. show_name: true
  1307. show_state: false
  1308. icon: mdi:bed
  1309. - type: custom:button-card
  1310. tap_action:
  1311. action: toggle
  1312. entity: script.announcement_turn_it_down
  1313. name: Too Loud
  1314. - theme: Backend-selected
  1315. title: testing - previous card layouts
  1316. path: testing-previous-card-layouts
  1317. badges: []
  1318. cards:
  1319. - type: horizontal-stack
  1320. cards:
  1321. - type: custom:mushroom-template-card
  1322. primary: Heating
  1323. secondary: ''
  1324. icon: mdi:radiator
  1325. icon_color: red
  1326. layout: vertical
  1327. tap_action:
  1328. action: navigate
  1329. navigation_path: house
  1330. - type: custom:mushroom-template-card
  1331. primary: Lights
  1332. secondary: ''
  1333. icon: mdi:lightbulb
  1334. icon_color: amber
  1335. layout: vertical
  1336. tap_action:
  1337. action: navigate
  1338. navigation_path: lights
  1339. - type: custom:mushroom-template-card
  1340. primary: Sonos
  1341. secondary: ''
  1342. icon: mdi:music-note
  1343. layout: vertical
  1344. tap_action:
  1345. action: navigate
  1346. navigation_path: music
  1347. icon_color: blue
  1348. - type: custom:mushroom-template-card
  1349. primary: Party Mode
  1350. secondary: ''
  1351. icon: mdi:home
  1352. layout: vertical
  1353. tap_action:
  1354. action: navigate
  1355. navigation_path: partymode
  1356. icon_color: purple
  1357. - type: custom:mushroom-template-card
  1358. primary: Server
  1359. secondary: ''
  1360. icon: mdi:server-network
  1361. layout: vertical
  1362. tap_action:
  1363. action: navigate
  1364. navigation_path: server
  1365. icon_color: green
  1366. - title: sensors
  1367. path: sensors
  1368. subview: false
  1369. type: custom:vertical-layout
  1370. cards:
  1371. - type: vertical-stack
  1372. cards:
  1373. - type: custom:mushroom-chips-card
  1374. chips:
  1375. - type: back
  1376. - type: custom:mushroom-title-card
  1377. title: ''
  1378. subtitle: Water Leak Sensors
  1379. - type: horizontal-stack
  1380. cards:
  1381. - type: custom:mushroom-entity-card
  1382. entity: binary_sensor.water_heater_leak_sensor_2
  1383. icon_color: blue
  1384. secondary_info: state
  1385. name: Water Heater
  1386. - type: custom:mushroom-entity-card
  1387. entity: sensor.water_heater_leak_sensor_battery_sensor_2
  1388. name: Battery
  1389. icon_color: blue
  1390. fill_container: false
  1391. - type: horizontal-stack
  1392. cards:
  1393. - type: custom:mushroom-entity-card
  1394. entity: binary_sensor.laundry_room_water_sensor
  1395. icon_color: blue
  1396. name: Laundry Room
  1397. - type: custom:mushroom-entity-card
  1398. entity: sensor.laundry_room_water_sensor_battery_sensor
  1399. name: Battery
  1400. - type: horizontal-stack
  1401. cards:
  1402. - type: custom:mushroom-entity-card
  1403. name: Kitchen Sink
  1404. icon_color: green
  1405. entity: binary_sensor.kitchensink_water_leak_sensor
  1406. - type: custom:mushroom-entity-card
  1407. name: Battery
  1408. entity: sensor.kitchensink_water_leak_sensor_battery_sensor
  1409. - type: horizontal-stack
  1410. cards:
  1411. - type: custom:mushroom-entity-card
  1412. name: 1st Floor Bath
  1413. entity: binary_sensor.1stfloorbath_water_leak_sensor_2
  1414. - type: custom:mushroom-entity-card
  1415. name: Battery
  1416. entity: sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
  1417. - type: custom:mushroom-title-card
  1418. title: ''
  1419. subtitle: Door's
  1420. - type: horizontal-stack
  1421. cards:
  1422. - type: custom:mushroom-entity-card
  1423. entity: binary_sensor.contact_basementdoorsensor
  1424. name: Basement Door
  1425. - type: custom:mushroom-entity-card
  1426. entity: sensor.basement_door_sensor_battery_sensor
  1427. name: Battery
  1428. - type: horizontal-stack
  1429. cards:
  1430. - type: custom:mushroom-entity-card
  1431. entity: binary_sensor.deck_slider_sensor_2
  1432. name: Deck Slider
  1433. icon_color: green
  1434. - type: custom:mushroom-entity-card
  1435. entity: sensor.deck_slider_sensor_battery_sensor_2
  1436. name: Battery
  1437. - type: custom:mushroom-title-card
  1438. title: ''
  1439. subtitle: Temp's
  1440. - type: horizontal-stack
  1441. cards:
  1442. - type: custom:mushroom-entity-card
  1443. name: Family Room
  1444. icon_color: green
  1445. entity: sensor.familyroom_temperature_sensor
  1446. - type: custom:mushroom-entity-card
  1447. entity: sensor.familyroom_temperature_sensor_humidity_sensor
  1448. name: Humidity
  1449. - type: custom:mushroom-entity-card
  1450. name: Battery
  1451. entity: sensor.familyroom_temperature_sensor_battery_sensor
  1452. - type: horizontal-stack
  1453. cards:
  1454. - type: custom:mushroom-entity-card
  1455. name: Basement
  1456. icon_color: green
  1457. entity: sensor.basement_temperature_sensor_2
  1458. - type: custom:mushroom-entity-card
  1459. entity: sensor.basement_temperature_sensor_humidity_sensor_2
  1460. name: Humidity
  1461. - type: custom:mushroom-entity-card
  1462. name: Battery
  1463. entity: sensor.basement_temperature_sensor_battery_sensor_2
  1464.  
Advertisement
Add Comment
Please, Sign In to add comment