DigitalAgent

Home Assistant Dashboard Code

Nov 1st, 2024
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.67 KB | None | 0 0
  1. views:
  2. - title: Home
  3. cards:
  4. - type: vertical-stack
  5. cards:
  6. - type: custom:mushroom-title-card
  7. title: ''
  8. subtitle: Weather & Front Door
  9. - type: custom:clock-weather-card
  10. entity: weather.home
  11. forecast_rows: 4
  12. - type: horizontal-stack
  13. cards:
  14. - type: custom:mushroom-climate-card
  15. entity: climate.downstairs_thermostat
  16. fill_container: true
  17. name: 1st Floor
  18. - type: custom:mushroom-climate-card
  19. entity: climate.upstairs_thermostat
  20. name: 2nd Floor
  21. fill_container: false
  22. - camera_view: auto
  23. type: picture-glance
  24. title: Front Door
  25. entities: []
  26. camera_image: camera.front_door_2
  27. aspect_ratio: '4:3'
  28. - type: horizontal-stack
  29. cards:
  30. - type: custom:mushroom-entity-card
  31. icon: ''
  32. entity: sensor.front_door_last_motion_2
  33. - type: custom:mushroom-entity-card
  34. entity: sensor.front_door_last_ding_2
  35. icon: mdi:doorbell-video
  36. - type: vertical-stack
  37. cards:
  38. - type: custom:mushroom-title-card
  39. title: ''
  40. subtitle: Rooms
  41. - type: custom:room-card
  42. title: Family Room
  43. card_styles:
  44. '--ha-card-header-font-size': 15px;
  45. entity: ''
  46. icon: mdi:sofa-outline
  47. show_icon: true
  48. state_color: true
  49. tap_action:
  50. action: toggle
  51. entities:
  52. - entity: light.family_room_light
  53. show_icon: true
  54. show_state: true
  55. name: Family Room
  56. icon: mdi:lamp
  57. tap_action:
  58. action: toggle
  59. state_color: true
  60. - entity: media_player.family_room_shield
  61. show_icon: true
  62. show_state: true
  63. name: Shield TV
  64. icon: phu:nvidia-shield
  65. tap_action:
  66. action: toggle
  67. state_color: true
  68. - entity: media_player.familyroom_dot
  69. show_icon: true
  70. show_state: true
  71. name: Echo Dot
  72. icon: phu:echo-dot-gen-3
  73. tap_action:
  74. action: toggle
  75. state_color: true
  76. info_entities:
  77. - entity: sensor.familyroom_temperature_sensor
  78. - entity: sensor.familyroom_temperature_sensor_humidity_sensor
  79. - type: custom:room-card
  80. title: First Floor
  81. card_styles:
  82. '--ha-card-header-font-size': 15px;
  83. entity: ''
  84. icon: mdi:home-floor-1
  85. show_icon: true
  86. state_color: true
  87. tap_action:
  88. action: toggle
  89. entities:
  90. - entity: switch.entryway
  91. show_icon: true
  92. show_state: true
  93. name: Entryway Light
  94. icon: mdi:lamp
  95. tap_action:
  96. action: toggle
  97. state_color: true
  98. - entity: switch.front_door_light
  99. show_icon: true
  100. show_state: true
  101. name: Front Door
  102. icon: mdi:dome-light
  103. tap_action:
  104. action: toggle
  105. state_color: true
  106. - entity: media_player.familyroom_dot
  107. show_icon: true
  108. show_state: true
  109. name: Family Room Dot
  110. icon: phu:echo-dot-gen-3
  111. tap_action:
  112. action: toggle
  113. state_color: true
  114. - entity: light.kitchen_sink
  115. show_icon: true
  116. show_state: true
  117. name: Kitchen Sink
  118. icon: mdi:dome-light
  119. tap_action:
  120. action: toggle
  121. state_color: true
  122. - entity: media_player.kitchen_echo
  123. show_icon: true
  124. show_state: true
  125. name: Kitchen Echo
  126. icon: phu:echo-gen-2
  127. tap_action:
  128. action: toggle
  129. state_color: true
  130. info_entities:
  131. - entity: sensor.downstairs_thermostat_temperature
  132. - entity: sensor.downstairs_thermostat_humidity
  133. - type: custom:room-card
  134. title: Master Bedroom
  135. card_styles:
  136. '--ha-card-header-font-size': 15px;
  137. entity: ''
  138. icon: mdi:bed
  139. show_icon: true
  140. state_color: true
  141. tap_action:
  142. action: toggle
  143. entities:
  144. - entity: light.master_bedroom_headboard_light
  145. show_icon: true
  146. show_state: true
  147. name: Headboard LED
  148. icon: mdi:led-strip-variant
  149. tap_action:
  150. action: toggle
  151. state_color: true
  152. - entity: media_player.master_bedroom_dot
  153. show_icon: true
  154. show_state: true
  155. name: Echo Dot
  156. icon: phu:echo-dot-gen-3
  157. tap_action:
  158. action: toggle
  159. state_color: true
  160. info_entities:
  161. - entity: sensor.upstairs_thermostat_temperature
  162. - entity: sensor.upstairs_thermostat_humidity
  163. - entity: binary_sensor.upstairs_thermostat_occupancy
  164. - type: custom:room-card
  165. title: Basement
  166. card_styles:
  167. '--ha-card-header-font-size': 15px;
  168. entity: ''
  169. icon: mdi:home-floor-b
  170. show_icon: true
  171. state_color: true
  172. tap_action:
  173. action: toggle
  174. entities:
  175. - entity: switch.basement_lights_general
  176. show_icon: true
  177. show_state: true
  178. name: Basement
  179. icon: mdi:light-recessed
  180. tap_action:
  181. action: toggle
  182. state_color: true
  183. - entity: light.arcade_ceiling
  184. show_icon: true
  185. show_state: true
  186. name: Arcade Ceiling
  187. icon: mdi:led-strip-variant
  188. tap_action:
  189. action: toggle
  190. state_color: true
  191. - entity: switch.arcade
  192. show_icon: true
  193. show_state: true
  194. name: Arcade
  195. icon: mdi:controller-classic-outline
  196. tap_action:
  197. action: toggle
  198. state_color: true
  199. - entity: switch.pinball
  200. show_icon: true
  201. show_state: true
  202. name: Pinball
  203. icon: mdi:circle
  204. tap_action:
  205. action: toggle
  206. state_color: true
  207. - entity: switch.posters_pi
  208. show_icon: true
  209. show_state: true
  210. name: Movie Posters
  211. icon: mdi:television
  212. tap_action:
  213. action: toggle
  214. state_color: true
  215. - entity: media_player.basement_echo_dot
  216. show_icon: true
  217. show_state: true
  218. name: Echo Dot
  219. icon: phu:echo-dot-gen-3
  220. tap_action:
  221. action: toggle
  222. state_color: true
  223. info_entities:
  224. - entity: sensor.basement_temperature_sensor_2
  225. - entity: sensor.basement_temperature_sensor_humidity_sensor_2
  226. - entity: binary_sensor.contact_basementdoorsensor
  227. - entity: binary_sensor.water_heater_leak_sensor_2
  228. - type: custom:room-card
  229. title: Home Theater
  230. card_styles:
  231. '--ha-card-header-font-size': 15px;
  232. entity: ''
  233. icon: mdi:home-floor-b
  234. show_icon: true
  235. state_color: true
  236. tap_action:
  237. action: toggle
  238. entities:
  239. - entity: remote.theater_hub
  240. show_icon: true
  241. show_state: true
  242. name: Projector
  243. icon: mdi:projector
  244. tap_action:
  245. action: toggle
  246. state_color: true
  247. - entity: light.theater_lights
  248. show_icon: true
  249. show_state: true
  250. name: Theater
  251. icon: mdi:light-recessed
  252. tap_action:
  253. action: toggle
  254. state_color: true
  255. - entity: light.theater_accent_lights
  256. show_icon: true
  257. show_state: true
  258. name: Accent
  259. icon: mdi:light-recessed
  260. tap_action:
  261. action: toggle
  262. state_color: true
  263. - entity: switch.theater_ceiling_led
  264. show_icon: true
  265. show_state: true
  266. name: Ceiling LED
  267. icon: mdi:led-strip-variant
  268. tap_action:
  269. action: toggle
  270. state_color: true
  271. - entity: switch.theater_rack_led_light
  272. show_icon: true
  273. show_state: true
  274. name: Rack LED
  275. icon: mdi:led-strip-variant
  276. tap_action:
  277. action: toggle
  278. state_color: true
  279. - entity: light.theater_chair
  280. show_icon: true
  281. show_state: true
  282. name: Chair LED
  283. icon: mdi:led-strip-variant
  284. tap_action:
  285. action: toggle
  286. state_color: true
  287. - entity: light.theater_riser
  288. show_icon: true
  289. show_state: true
  290. name: Riser LED
  291. icon: mdi:led-strip-variant
  292. tap_action:
  293. action: toggle
  294. state_color: true
  295. info_entities:
  296. - entity: sensor.basement_temperature_sensor_2
  297. - entity: sensor.basement_temperature_sensor_humidity_sensor_2
  298. - entity: binary_sensor.contact_basementdoorsensor
  299. - entity: binary_sensor.water_heater_leak_sensor_2
  300. - type: vertical-stack
  301. cards:
  302. - type: custom:mushroom-title-card
  303. title: ''
  304. subtitle: Sonos
  305. - type: custom:sonos-card
  306. sections:
  307. - player
  308. - volumes
  309. - groups
  310. - grouping
  311. - media browser
  312. entityId: media_player.family_room_sonos
  313. topFavorites:
  314. - ''
  315. hideBrowseMediaButton: true
  316. heightPercentage: 75
  317. artworkAsBackground: false
  318. - type: custom:mushroom-title-card
  319. title: ''
  320. subtitle: Entertainment Modes
  321. - type: vertical-stack
  322. cards:
  323. - type: horizontal-stack
  324. cards:
  325. - type: custom:bubble-card
  326. card_type: select
  327. entity: select.theater_hub_activities
  328. name: Home Theater
  329. icon: mdi:projector
  330. - type: custom:bubble-card
  331. card_type: select
  332. entity: select.familyroom_activities
  333. name: Family Room
  334. icon: mdi:television
  335. - type: horizontal-stack
  336. cards:
  337. - type: custom:button-card
  338. tap_action:
  339. action: toggle
  340. entity: input_boolean.power_theater
  341. name: Movie & Music
  342. show_name: true
  343. show_state: true
  344. show_entity_picture: true
  345. entity_picture: /local/projector.png
  346. size: 75px
  347. - type: custom:button-card
  348. tap_action:
  349. action: toggle
  350. entity: input_boolean.power_pinball
  351. name: Pinball & Music
  352. show_name: true
  353. show_state: true
  354. show_entity_picture: true
  355. entity_picture: /local/pinballbutton5.png
  356. size: 75px
  357. - type: custom:button-card
  358. tap_action:
  359. action: toggle
  360. entity: input_boolean.power_arcade
  361. name: Arcade & Music
  362. show_name: true
  363. show_state: true
  364. show_entity_picture: true
  365. entity_picture: /local/arcadebutton5.png
  366. size: 75px
  367. - type: vertical-stack
  368. cards:
  369. - type: custom:mushroom-title-card
  370. title: ''
  371. subtitle: Schedule
  372. - initial_view: listWeek
  373. type: calendar
  374. entities:
  375. - calendar.kitchen_calendar
  376. - calendar.holidays_in_united_states
  377. - calendar.*****************
  378. - calendar.**************
  379. - square: false
  380. type: grid
  381. cards:
  382. - show_name: true
  383. show_icon: true
  384. type: button
  385. tap_action:
  386. action: navigate
  387. navigation_path: '#sensorsdesktop'
  388. name: Sensors
  389. icon: mdi:leak
  390. - type: vertical-stack
  391. cards:
  392. - type: custom:bubble-card
  393. card_type: pop-up
  394. hash: '#sensorsdesktop'
  395. button_type: name
  396. name: Sensors
  397. - type: vertical-stack
  398. cards:
  399. - type: custom:mushroom-chips-card
  400. chips:
  401. - type: back
  402. - type: custom:mushroom-title-card
  403. title: ''
  404. subtitle: Water Leak Sensors
  405. - type: horizontal-stack
  406. cards:
  407. - type: custom:mushroom-entity-card
  408. entity: binary_sensor.water_heater_leak_sensor_2
  409. icon_color: blue
  410. secondary_info: state
  411. name: Water Heater
  412. - type: custom:mushroom-entity-card
  413. entity: sensor.water_heater_leak_sensor_battery_sensor_2
  414. name: Battery
  415. icon_color: blue
  416. fill_container: false
  417. - type: horizontal-stack
  418. cards:
  419. - type: custom:mushroom-entity-card
  420. entity: binary_sensor.laundry_room_water_sensor
  421. icon_color: blue
  422. name: Laundry Room
  423. - type: custom:mushroom-entity-card
  424. entity: sensor.laundry_room_water_sensor_battery_sensor
  425. name: Battery
  426. - type: horizontal-stack
  427. cards:
  428. - type: custom:mushroom-entity-card
  429. name: Kitchen Sink
  430. icon_color: green
  431. entity: binary_sensor.kitchensink_water_leak_sensor
  432. - type: custom:mushroom-entity-card
  433. name: Battery
  434. entity: >-
  435. sensor.kitchensink_water_leak_sensor_battery_sensor
  436. - type: horizontal-stack
  437. cards:
  438. - type: custom:mushroom-entity-card
  439. name: 1st Floor Bath
  440. entity: binary_sensor.1stfloorbath_water_leak_sensor_2
  441. - type: custom:mushroom-entity-card
  442. name: Battery
  443. entity: >-
  444. sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
  445. - type: custom:mushroom-title-card
  446. title: ''
  447. subtitle: Door's
  448. - type: horizontal-stack
  449. cards:
  450. - type: custom:mushroom-entity-card
  451. entity: binary_sensor.contact_basementdoorsensor
  452. name: Basement Door
  453. - type: custom:mushroom-entity-card
  454. entity: sensor.basement_door_sensor_battery_sensor
  455. name: Battery
  456. - type: horizontal-stack
  457. cards:
  458. - type: custom:mushroom-entity-card
  459. entity: binary_sensor.deck_slider_sensor_2
  460. name: Deck Slider
  461. icon_color: green
  462. - type: custom:mushroom-entity-card
  463. entity: sensor.deck_slider_sensor_battery_sensor_2
  464. name: Battery
  465. - type: custom:mushroom-title-card
  466. title: ''
  467. subtitle: Temp's
  468. - type: horizontal-stack
  469. cards:
  470. - type: custom:mushroom-entity-card
  471. name: Family Room
  472. icon_color: green
  473. entity: sensor.familyroom_temperature_sensor
  474. - type: custom:mushroom-entity-card
  475. entity: >-
  476. sensor.familyroom_temperature_sensor_humidity_sensor
  477. name: Humidity
  478. - type: custom:mushroom-entity-card
  479. name: Battery
  480. entity: >-
  481. sensor.familyroom_temperature_sensor_battery_sensor
  482. - type: horizontal-stack
  483. cards:
  484. - type: custom:mushroom-entity-card
  485. name: Basement
  486. icon_color: green
  487. entity: sensor.basement_temperature_sensor_2
  488. - type: custom:mushroom-entity-card
  489. entity: >-
  490. sensor.basement_temperature_sensor_humidity_sensor_2
  491. name: Humidity
  492. - type: custom:mushroom-entity-card
  493. name: Battery
  494. entity: >-
  495. sensor.basement_temperature_sensor_battery_sensor_2
  496. - show_name: true
  497. show_icon: true
  498. type: button
  499. tap_action:
  500. action: navigate
  501. navigation_path: '#announcementsdesktop'
  502. name: Announcements
  503. icon: mdi:bullhorn
  504. show_state: false
  505. - type: vertical-stack
  506. cards:
  507. - type: custom:bubble-card
  508. card_type: pop-up
  509. hash: '#announcementsdesktop'
  510. button_type: name
  511. name: Announcements
  512. - square: false
  513. columns: 3
  514. type: grid
  515. cards:
  516. - type: custom:button-card
  517. tap_action:
  518. action: toggle
  519. entity: script.announcement_time_for_school
  520. name: School
  521. show_name: true
  522. show_state: false
  523. icon: mdi:account-school
  524. - type: custom:button-card
  525. tap_action:
  526. action: toggle
  527. entity: script.announcement_lunch_time
  528. name: Lunch
  529. show_name: true
  530. show_state: false
  531. icon: mdi:food-fork-drink
  532. - type: custom:button-card
  533. tap_action:
  534. action: toggle
  535. entity: script.dinner_announcement
  536. name: Dinner
  537. show_name: true
  538. show_state: false
  539. icon: mdi:food
  540. - type: custom:button-card
  541. tap_action:
  542. action: toggle
  543. entity: script.announcement_upstairs
  544. name: Upstairs
  545. show_name: true
  546. show_state: false
  547. icon: mdi:stairs
  548. - type: custom:button-card
  549. tap_action:
  550. action: toggle
  551. entity: script.announcement_bedtime
  552. name: Bedtime
  553. show_name: true
  554. show_state: false
  555. icon: mdi:bed
  556. - type: custom:button-card
  557. tap_action:
  558. action: toggle
  559. entity: script.announcement_turn_it_down
  560. name: Too Loud
  561. columns: 2
  562. type: custom:horizontal-layout
  563. - title: Announcements
  564. path: announcements
  565. icon: ''
  566. cards:
  567. - square: false
  568. columns: 3
  569. type: grid
  570. cards:
  571. - type: custom:button-card
  572. tap_action:
  573. action: toggle
  574. entity: script.announcement_time_for_school
  575. name: School
  576. show_name: true
  577. show_state: false
  578. icon: mdi:account-school
  579. - type: custom:button-card
  580. tap_action:
  581. action: toggle
  582. entity: script.announcement_lunch_time
  583. name: Lunch
  584. show_name: true
  585. show_state: false
  586. icon: mdi:food-fork-drink
  587. - type: custom:button-card
  588. tap_action:
  589. action: toggle
  590. entity: script.dinner_announcement
  591. name: Dinner
  592. show_name: true
  593. show_state: false
  594. icon: mdi:food
  595. - type: custom:button-card
  596. tap_action:
  597. action: toggle
  598. entity: script.announcement_upstairs
  599. name: Upstairs
  600. show_name: true
  601. show_state: false
  602. icon: mdi:stairs
  603. - type: custom:button-card
  604. tap_action:
  605. action: toggle
  606. entity: script.announcement_bedtime
  607. name: Bedtime
  608. show_name: true
  609. show_state: false
  610. icon: mdi:bed
  611. - type: custom:button-card
  612. tap_action:
  613. action: toggle
  614. entity: script.announcement_turn_it_down
  615. name: Too Loud
  616. subview: true
  617. - title: Sensors
  618. path: sensors
  619. icon: ''
  620. subview: true
  621. cards:
  622. - type: vertical-stack
  623. cards:
  624. - type: custom:mushroom-title-card
  625. title: ''
  626. subtitle: Water Leak Sensors
  627. - type: horizontal-stack
  628. cards:
  629. - type: custom:mushroom-entity-card
  630. entity: binary_sensor.water_heater_leak_sensor_2
  631. icon_color: blue
  632. secondary_info: state
  633. name: Water Heater
  634. - type: custom:mushroom-entity-card
  635. entity: sensor.water_heater_leak_sensor_battery_sensor_2
  636. name: Battery
  637. icon_color: blue
  638. fill_container: false
  639. - type: horizontal-stack
  640. cards:
  641. - type: custom:mushroom-entity-card
  642. entity: binary_sensor.laundry_room_water_sensor
  643. icon_color: blue
  644. name: Laundry Room
  645. - type: custom:mushroom-entity-card
  646. entity: sensor.laundry_room_water_sensor_battery_sensor
  647. name: Battery
  648. - type: horizontal-stack
  649. cards:
  650. - type: custom:mushroom-entity-card
  651. name: Kitchen Sink
  652. icon_color: green
  653. entity: binary_sensor.kitchensink_water_leak_sensor
  654. - type: custom:mushroom-entity-card
  655. name: Battery
  656. entity: sensor.kitchensink_water_leak_sensor_battery_sensor
  657. - type: horizontal-stack
  658. cards:
  659. - type: custom:mushroom-entity-card
  660. name: 1st Floor Bath
  661. entity: binary_sensor.1stfloorbath_water_leak_sensor_2
  662. - type: custom:mushroom-entity-card
  663. name: Battery
  664. entity: sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
  665. - type: custom:mushroom-title-card
  666. title: ''
  667. subtitle: Door's
  668. - type: horizontal-stack
  669. cards:
  670. - type: custom:mushroom-entity-card
  671. entity: binary_sensor.contact_basementdoorsensor
  672. name: Basement Door
  673. - type: custom:mushroom-entity-card
  674. entity: sensor.basement_door_sensor_battery_sensor
  675. name: Battery
  676. - type: horizontal-stack
  677. cards:
  678. - type: custom:mushroom-entity-card
  679. entity: binary_sensor.deck_slider_sensor_2
  680. name: Deck Slider
  681. icon_color: green
  682. - type: custom:mushroom-entity-card
  683. entity: sensor.deck_slider_sensor_battery_sensor_2
  684. name: Battery
  685. - type: custom:mushroom-title-card
  686. title: ''
  687. subtitle: Temp's
  688. - type: horizontal-stack
  689. cards:
  690. - type: custom:mushroom-entity-card
  691. name: Family Room
  692. icon_color: green
  693. entity: sensor.familyroom_temperature_sensor
  694. - type: custom:mushroom-entity-card
  695. entity: sensor.familyroom_temperature_sensor_humidity_sensor
  696. name: Humidity
  697. - type: custom:mushroom-entity-card
  698. name: Battery
  699. entity: sensor.familyroom_temperature_sensor_battery_sensor
  700. - type: horizontal-stack
  701. cards:
  702. - type: custom:mushroom-entity-card
  703. name: Basement
  704. icon_color: green
  705. entity: sensor.basement_temperature_sensor_2
  706. - type: custom:mushroom-entity-card
  707. entity: sensor.basement_temperature_sensor_humidity_sensor_2
  708. name: Humidity
  709. - type: custom:mushroom-entity-card
  710. name: Battery
  711. entity: sensor.basement_temperature_sensor_battery_sensor_2
  712.  
Advertisement
Add Comment
Please, Sign In to add comment