Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kiosk_mode:
- user_settings:
- - users:
- - Tablet - Master
- - Tablet - Logan
- - Tablet - Hallway
- kiosk: true
- ignore_entity_settings: true
- views:
- - title: Home
- path: home
- icon: mdi:home
- layout:
- grid-auto-columns: 10%
- grid-auto-rows: 10%
- mediaquery:
- '(max-width: 1300px)':
- grid-auto-columns: 122px
- grid-auto-rows: 125px
- type: custom:grid-layout
- visible:
- - user: 02353g6y51904b5sda78b5b9c9f3c7gq
- cards:
- - type: custom:ecobee-card
- entity: climate.ecobee
- - type: custom:stack-in-card
- mode: horizontal
- cards:
- - type: button
- tap_action:
- action: toggle
- entity: lock.front_door_lock
- name: Front Door
- hold_action:
- action: none
- icon_height: 50px
- - type: button
- tap_action:
- action: toggle
- entity: lock.garage_door_lock
- name: Garage Door
- hold_action:
- action: none
- icon_height: 50px
- - type: button
- tap_action:
- action: toggle
- entity: lock.back_door_lock
- name: Back Door
- hold_action:
- action: none
- icon_height: 50px
- view_layout:
- grid-column-start: 7
- grid-column-end: 11
- grid-row-start: 2
- grid-row-end: 2
- - type: custom:stack-in-card
- cards:
- - type: vertical-stack
- cards:
- - type: light
- hold_action:
- action: none
- entity: light.master_bedroom_light
- name: Master Bedroom
- card_mod:
- style:
- .: |
- ha-card {
- --name-font-size: 1.5rem !important;
- --brightness-font-size: 1.6rem !important;
- }
- .content: |
- #info {
- padding: 16px 16px 3px 16px !important;
- }
- - type: entities
- show_header_toggle: false
- card_mod:
- style:
- '#states div':
- fan-percent-button-row$:
- hui-generic-entity-row$:
- state-badge$:
- ha-state-icon$: |
- ha-svg-icon {
- width: 48px;
- height: 48px;
- position: relative;
- bottom: 4px;
- animation-name: Fan;
- animation-iteration-count: infinite;
- animation-direction: spin-back;
- animation-timing-function: linear;
- {% if state_attr('fan.master_bedroom_fan', 'percentage') == 33 %}
- animation-duration: 3s;
- {%- elif state_attr('fan.master_bedroom_fan', 'percentage') == 67 %}
- animation-duration: 1.5s;
- {%- elif state_attr('fan.master_bedroom_fan', 'percentage') == 100 %}
- animation-duration: .75s;
- {%- else -%}
- animation-timing-function: ease-out !important;
- animation-duration: 0s;
- {%- endif %}
- }
- @keyframes Fan {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(-360deg);
- }
- }
- .: |
- ha-icon { color: #aaa9ad; }
- .: |
- .info {
- display: none;
- }
- .: |
- .speed {
- font-size: 14px !important;
- }
- .horizontal.layout.horizontal {
- margin-left: 30px;
- }
- entities:
- - entity: fan.master_bedroom_fan
- type: custom:fan-percent-button-row
- customTheme: true
- isOffColor: '#209cee'
- isOnLowColor: '#209cee'
- isOnMedColor: '#209cee'
- isOnHiColor: '#209cee'
- buttonInactiveColor: rgb(0,0,0,0.0)
- width: 58px
- height: 40px
- style: 'ha-card { height: 100%; }'
- view_layout:
- grid-column: 1 / 4
- grid-row: 1 / 3
- - type: custom:stack-in-card
- cards:
- - type: vertical-stack
- cards:
- - type: light
- hold_action:
- action: none
- entity: light.logans_light
- name: Logan's Room
- card_mod:
- style:
- .: |
- ha-card {
- --name-font-size: 1.5rem !important;
- --brightness-font-size: 1.6rem !important;
- }
- .content: |
- #info {
- padding: 16px 16px 3px 16px !important;
- }
- - type: entities
- show_header_toggle: false
- card_mod:
- style:
- '#states div':
- fan-percent-button-row$:
- hui-generic-entity-row$:
- state-badge$:
- ha-state-icon$: |
- ha-svg-icon {
- width: 48px;
- height: 48px;
- position: relative;
- bottom: 4px;
- animation-name: back-spin;
- animation-iteration-count: infinite;
- animation-direction: spin-back;
- animation-timing-function: linear;
- {% if state_attr('fan.logans_fan', 'percentage') == 33 %}
- animation-duration: 3s;
- {%- elif state_attr('fan.logans_fan', 'percentage') == 67 %}
- animation-duration: 1.5s;
- {%- elif state_attr('fan.logans_fan', 'percentage') == 100 %}
- animation-duration: .75s;
- {%- elif state_attr('fan.logans_fan', 'percentage') == 0 %}
- animation-timing-function: ease-out !important;
- animation-duration: 0s;
- {%- endif %}
- }
- @keyframes back-spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(-360deg);
- }
- }
- .: |
- ha-icon { color: #aaa9ad; }
- .: |
- .info {
- display: none;
- }
- .: |
- .speed {
- font-size: 14px !important;
- }
- .horizontal.layout.horizontal {
- margin-left: 30px;
- }
- entities:
- - entity: fan.logans_fan
- type: custom:fan-percent-button-row
- customTheme: true
- isOffColor: '#209cee'
- isOnLowColor: '#209cee'
- isOnMedColor: '#209cee'
- isOnHiColor: '#209cee'
- buttonInactiveColor: rgb(0,0,0,0.0)
- width: 58px
- height: 40px
- view_layout:
- grid-column: 4 / 7
- grid-row: 1/ 3
- - type: light
- entity: light.kittens_light
- icon: mdi:lightbulb-outline
- hold_action:
- action: none
- style: 'ha-card { height: 100%; }'
- card_mod:
- style:
- .: |
- ha-card {
- --name-font-size: 1.5rem !important;
- --brightness-font-size: 1.6rem !important;
- }
- .content: |
- #info {
- padding: 8px 16px 30px 16px !important;
- }
- view_layout:
- grid-column: 7 / 9
- grid-row: 1 / 3
- - type: button
- tap_action:
- action: toggle
- entity: light.upstairs_lights
- hold_action:
- action: none
- card_mod:
- style: |
- ha-card {
- font-size: 1.5rem !important;
- }
- view_layout:
- grid-column: 9 / 11
- grid-row: 4 / 6
- name: All Upstairs Lights
- - type: button
- tap_action:
- action: toggle
- entity: light.living_room_lights
- hold_action:
- action: none
- card_mod:
- style: |
- ha-card {
- font-size: 1.5rem !important;
- }
- view_layout:
- grid-column: 7 / 9
- grid-row: 4/ 6
- grid-gap: 10px
- - type: picture-glance
- title: Front Door
- entities: []
- camera_image: camera.front_door
- camera_view: live
- hold_action:
- action: none
- tap_action:
- action: navigate
- navigation_path: camera
- view_layout:
- grid-column: 1 / 5
- grid-row: 4 / 6
- - type: entities
- entities:
- - type: custom:battery-entity-row
- entity: sensor.front_door_lock_battery_level
- name: Front Door
- card_mod:
- style: |
- :host {
- font-size: 1.2rem;
- padding-top: 3px;
- }
- - type: custom:battery-entity-row
- entity: sensor.garage_door_lock_battery_level
- name: Garage Door
- card_mod:
- style: |
- :host {
- font-size: 1.2rem;
- }
- - type: custom:battery-entity-row
- entity: sensor.back_door_lock_battery_level
- name: Back Door
- card_mod:
- style: |
- :host {
- font-size: 1.2rem;
- }
- - type: custom:battery-entity-row
- entity: sensor.leak_power
- name: Leak Sensor
- card_mod:
- style:
- '#states div':
- battery-entity-row$: |
- .flex {
- background-color: blue;
- }
- view_layout:
- grid-column: 9 / 11
- grid-row: 1 / 3
- - type: button
- tap_action:
- action: toggle
- entity: switch.digital_f
- show_state: true
- hold_action:
- action: none
- - type: entities
- entities:
- - entity: light.ecosmart_b1
- - entity: light.ecosmart_b2
- - entity: light.ecosmart_b3
- - entity: light.ecosmart_b4
- - entity: light.ecosmart_b5
- - type: light
- hold_action:
- action: none
- double_tap_action:
- action: none
- entity: light.basement_lights
- - type: button
- tap_action:
- action: toggle
- entity: switch.t_button
- show_state: true
- hold_action:
- action: none
- name: Kitchen - Test
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.server_light
- name: Server Light
- icon: mdi:lightbulb
- - type: light
- entity: light.hue_color_1
- - type: button
- tap_action:
- action: toggle
- entity: switch.picture_frame
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- icon: mdi:lightbulb
- entity: switch.plug_3
- name: UV Light
- - title: Camera
- path: camera
- icon: mdi:camera
- type: panel
- visible:
- - user: 02353g6y51904b5sda78b5b9c9f3c7gq
- badges: []
- cards:
- - type: picture-glance
- entities: []
- camera_image: camera.front_door
- camera_view: live
- aspect_ratio: 1920x1200
- tap_action:
- action: navigate
- navigation_path: home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement