Advertisement
Guest User

Tile Dashboard YAML

a guest
Jan 2nd, 2021
7,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.93 KB | None | 0 0
  1. views:
  2.   - title: Dashboard
  3.     path: dashboard
  4.     icon: 'mdi:home-outline'
  5.     badges: []
  6.     cards:
  7.       - type: grid
  8.         cards:
  9.           - type: grid
  10.             columns: 2
  11.             cards:
  12.               - type: button
  13.                 tap_action:
  14.                   action: navigate
  15.                   navigation_path: '1'
  16.                 entity: light.all_lights
  17.                 show_name: false
  18.                 icon: 'mdi:lightbulb-outline'
  19.                 hold_action:
  20.                   action: toggle
  21.               - type: button
  22.                 tap_action:
  23.                   action: more-info
  24.                 entity: climate.heatpump
  25.                 show_name: false
  26.                 show_state: true
  27.               - type: button
  28.                 tap_action:
  29.                   action: toggle
  30.                 entity: humidifier.humidifier
  31.                 show_name: false
  32.                 show_state: true
  33.               - type: button
  34.                 tap_action:
  35.                   action: toggle
  36.                 show_icon: true
  37.                 show_name: false
  38.                 entity: lock.kitchen_door
  39.           - type: button
  40.             tap_action:
  41.               action: more-info
  42.             entity: alarm_control_panel.alarm
  43.             show_state: true
  44.           - type: grid
  45.             columns: 2
  46.             cards:
  47.               - type: button
  48.                 tap_action:
  49.                   action: call-service
  50.                   service: scene.turn_on
  51.                   service_data:
  52.                     entity_id: scene.arrive_home
  53.                 entity: scene.arrive_home
  54.                 show_name: false
  55.               - type: button
  56.                 tap_action:
  57.                   action: toggle
  58.                 entity: scene.leave_home
  59.                 show_name: false
  60.               - type: button
  61.                 tap_action:
  62.                   action: toggle
  63.                 entity: scene.good_morning_2
  64.                 show_name: false
  65.               - type: button
  66.                 tap_action:
  67.                   action: toggle
  68.                 show_name: false
  69.                 entity: scene.goodnight
  70.       - type: weather-forecast
  71.         entity: weather.openweathermap
  72.         show_forecast: false
  73.         name: 'Austin, Texas'
  74.       - type: grid
  75.         cards:
  76.           - type: button
  77.             tap_action:
  78.               action: navigate
  79.               navigation_path: /tile-dashboard/living-room
  80.             entity: light.living_room_lights
  81.             show_state: false
  82.             show_name: false
  83.             icon: 'mdi:sofa-outline'
  84.             hold_action:
  85.               action: toggle
  86.           - type: button
  87.             tap_action:
  88.               action: navigate
  89.               navigation_path: /tile-dashboard/bedroom
  90.             entity: light.bed_light
  91.             show_state: false
  92.             show_name: false
  93.             icon: 'mdi:bed-outline'
  94.             hold_action:
  95.               action: toggle
  96.           - type: button
  97.             tap_action:
  98.               action: navigate
  99.               navigation_path: /tile-dashboard/kitchen
  100.             entity: light.kitchen_lights
  101.             show_state: false
  102.             show_name: false
  103.             icon: 'mdi:stove'
  104.             hold_action:
  105.               action: toggle
  106.           - type: button
  107.             tap_action:
  108.               action: navigate
  109.               navigation_path: /tile-dashboard/bathroom
  110.             entity: light.bathroom_lights
  111.             show_name: false
  112.             icon: 'mdi:toilet'
  113.             hold_action:
  114.               action: toggle
  115.           - type: button
  116.             tap_action:
  117.               action: navigate
  118.               navigation_path: /tile-dashboard/garage
  119.             entity: light.garage_lights
  120.             icon: 'mdi:garage'
  121.             show_name: false
  122.             hold_action:
  123.               action: toggle
  124.           - type: button
  125.             tap_action:
  126.               action: navigate
  127.               navigation_path: /tile-dashboard/office
  128.             entity: light.office_lights
  129.             icon: 'mdi:desk'
  130.             show_name: false
  131.             hold_action:
  132.               action: toggle
  133.   - icon: 'mdi:lightbulb-group-outline'
  134.     panel: false
  135.     badges: []
  136.     cards:
  137.       - type: grid
  138.         columns: 1
  139.         square: false
  140.         cards:
  141.           - type: markdown
  142.             content: '## Main Floor'
  143.             theme: transparent-card
  144.           - type: grid
  145.             columns: 4
  146.             cards:
  147.               - type: button
  148.                 tap_action:
  149.                   action: toggle
  150.                 entity: light.ceiling_lights
  151.                 name: Living Room
  152.                 show_state: true
  153.                 icon: 'mdi:lightbulb-outline'
  154.               - type: button
  155.                 tap_action:
  156.                   action: toggle
  157.                 entity: light.living_room_lights
  158.                 name: Hall Lamp
  159.                 icon: 'mdi:lightbulb-outline'
  160.                 show_state: true
  161.               - type: button
  162.                 tap_action:
  163.                   action: toggle
  164.                 entity: light.kitchen_lights
  165.                 show_state: true
  166.                 name: Kitchen
  167.                 icon: 'mdi:lightbulb-outline'
  168.               - type: button
  169.                 tap_action:
  170.                   action: toggle
  171.                 entity: light.bed_light
  172.                 name: Dining
  173.                 show_state: true
  174.                 icon: 'mdi:lightbulb-outline'
  175.           - type: markdown
  176.             content: '## Second Floor'
  177.             theme: transparent-card
  178.           - type: grid
  179.             columns: 4
  180.             cards:
  181.               - type: button
  182.                 tap_action:
  183.                   action: toggle
  184.                 entity: light.office_lights
  185.                 name: Office
  186.                 show_state: true
  187.                 icon: 'mdi:lightbulb-outline'
  188.               - type: button
  189.                 tap_action:
  190.                   action: toggle
  191.                 entity: light.bedroom_lights
  192.                 name: Master
  193.                 icon: 'mdi:lightbulb-outline'
  194.                 show_state: true
  195.               - type: button
  196.                 tap_action:
  197.                   action: toggle
  198.                 entity: light.garage_lights
  199.                 name: Sally's Room
  200.                 show_state: true
  201.                 icon: 'mdi:lightbulb-outline'
  202.               - type: button
  203.                 tap_action:
  204.                   action: toggle
  205.                 entity: light.bed_light
  206.                 icon: 'mdi:lightbulb-outline'
  207.                 name: Bathroom
  208.                 show_state: true
  209.   - icon: 'mdi:sofa-outline'
  210.     path: living-room
  211.     badges: []
  212.     cards:
  213.       - type: grid
  214.         columns: 1
  215.         square: false
  216.         cards:
  217.           - type: markdown
  218.             content: '## Lights'
  219.             theme: transparent-card
  220.           - type: grid
  221.             columns: 4
  222.             cards:
  223.               - type: button
  224.                 tap_action:
  225.                   action: toggle
  226.                 entity: light.living_room_lights
  227.                 name: Main Lights
  228.                 icon: 'mdi:lightbulb-group-outline'
  229.                 show_state: true
  230.               - type: button
  231.                 tap_action:
  232.                   action: toggle
  233.                 entity: light.ceiling_lights
  234.                 name: Lamp
  235.                 icon: 'mdi:lightbulb-outline'
  236.                 show_state: true
  237.           - type: markdown
  238.             content: '## Thermostat'
  239.             theme: transparent-card
  240.           - type: grid
  241.             columns: 2
  242.             square: false
  243.             cards:
  244.               - type: entity
  245.                 entity: climate.ecobee
  246.                 name: Mode
  247.               - type: entity
  248.                 entity: climate.ecobee
  249.                 name: Temperature
  250.                 icon: 'mdi:thermometer'
  251.                 attribute: current_temperature
  252.                 unit: degrees
  253.           - type: markdown
  254.             content: '## Vacuum'
  255.             theme: transparent-card
  256.           - type: entities
  257.             entities:
  258.               - entity: vacuum.5_fifth_floor
  259.                 name: Status
  260.                 secondary_info: last-changed
  261.               - type: attribute
  262.                 entity: vacuum.5_fifth_floor
  263.                 attribute: battery_level
  264.                 name: Battery Level
  265.                 suffix: '%'
  266.           - type: markdown
  267.             content: '## Media'
  268.             theme: transparent-card
  269.           - type: media-control
  270.             entity: media_player.living_room
  271.   - icon: 'mdi:bed-outline'
  272.     path: bedroom
  273.     badges: []
  274.     cards: []
  275.   - icon: 'mdi:stove'
  276.     path: kitchen
  277.     badges: []
  278.     cards: []
  279.   - icon: 'mdi:toilet'
  280.     path: bathroom
  281.     badges: []
  282.     cards: []
  283.   - icon: 'mdi:garage'
  284.     path: garage
  285.     badges: []
  286.     cards: []
  287.   - icon: 'mdi:desk'
  288.     path: office
  289.     badges: []
  290.     cards: []
  291.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement