Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: vertical-stack
- cards:
- - type: custom:button-card
- styles:
- grid:
- - align-items: center
- - grid-template-areas: '"var multi lys temperatur sonos forbruk forside"'
- - grid-template-columns: 147px 147px 147px 147px 147px 147px 147px
- card:
- - padding: 10px
- - height: 86px
- - width: 1025px
- - background-color: '#262626'
- custom_fields:
- var:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/var
- show_icon: false
- name: Vær
- multi:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- tap_action:
- action: navigate
- navigation_path: /google-nest/multi
- show_icon: false
- name: Renovasjon,
- label: Diesel og Buss
- show_label: true
- lys:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/lights
- icon: mdi:information-outline
- show_icon: false
- name: Lys
- temperatur:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/temperatur
- icon: mdi:information-outline
- show_icon: false
- name: Temp
- sonos:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/sonos
- show_icon: false
- name: Sonos
- show_name: true
- forbruk:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/forbruk
- icon: mdi:home
- show_icon: false
- name: Forbruk
- show_name: true
- forside:
- card:
- type: custom:button-card
- color_type: icon
- styles:
- card:
- - height: 70px
- - box-shadow: 0px 0px 18px -2px
- - border-radius: 40px
- - width: 125px
- - background-color: '#3D3D3D'
- name:
- - font-size: 25px
- tap_action:
- action: navigate
- navigation_path: /google-nest/nest-front
- icon: mdi:home
- show_icon: true
- show_name: false
- - type: horizontal-stack
- cards:
- - type: vertical-stack
- cards:
- - type: custom:button-card
- styles:
- card:
- - font-size: 90px
- - padding: 0px
- entity: sensor.time
- show_icon: false
- show_state: true
- show_name: false
- - type: custom:entur-card
- name: false
- show_human: true
- show_extra_departures: true
- entities:
- - entity: sensor.entur_masan_platform_5933
- destination: Asker
- - entity: sensor.entur_masan_platform_5932
- destination: Vardåsen
- style: |
- div.entur-status {
- font-size: 20px;
- color: white;
- }
- h2.entur-station {
- font-size: 30px;
- color: white;
- padding: 10px;
- }
- ha-icon {
- --mdc-icon-size: 35px;
- }
- div.entur-line {
- font-size: 23px;
- color: white;
- }
- - type: vertical-stack
- cards:
- - type: custom:button-card
- styles:
- grid:
- - align-items: left
- - grid-template-areas: '"diesel"'
- - grid-template-columns: 1.1fr
- card:
- - background-color: black
- custom_fields:
- diesel:
- card:
- type: entities
- entities:
- - entity: sensor.diesel_circle_k_asker
- secondary_info: last-changed
- - entity: sensor.diesel_circle_k_lierskogen
- secondary_info: last-changed
- - entity: sensor.diesel_esso_asker
- secondary_info: last-changed
- - entity: sensor.diesel_shell_asker
- secondary_info: last-changed
- title: Diesel
- card_mod:
- style: |
- :host {
- font-size: 23px;
- }
- - type: glance
- title: Post og Renovasjon
- entities:
- - entity: sensor.post_levering
- name: Post
- style: |
- :host {
- --paper-item-icon-color: #1B5F26;
- --mdc-icon-size: 40px;
- }
- - entity: sensor.renovasjon_mat
- - entity: sensor.renovasjon_restavfall
- - entity: sensor.renovasjon_papp
- state_color: false
- style: |
- :host {
- font-size: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment