Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- background: var(--background-image)
- custom_header:
- active_tab_color: yellow
- background: 'rgba(155, 155, 155, 0.25)'
- compact_mode: true
- sidebar:
- style: |
- :host {
- --sidebar-background: "center / cover no-repeat fixed url('/local/homekit-bg-light-blue.jpg')";
- --sidebar-text-color: #000;
- --face-color: #FFF;
- --face-border-color: #FFF;
- --clock-hands-color: #000;
- --clock-seconds-hand-color: #FF4B3E;
- --clock-middle-background: #FFF;
- --clock-middle-border: #000;
- }
- bottomCard:
- type: 'custom:mini-graph-card'
- cardOptions:
- color_thresholds:
- - color: '#4dd2ff'
- value: 0
- - color: '#66ff66'
- value: 15
- - color: '#ffff1a'
- valure: 23
- - color: '#ffa31a'
- value: 28
- - color: '#ff1a1a'
- value: 32
- entities:
- - sensor.daikin_sala_inside_temperature
- - sensor.daikin_sala_outside_temperature
- icon: 'mdi:home-thermometer-outline'
- show:
- icon: true
- legend: false
- name: false
- date: true
- digitalClock: true
- sidebarMenu:
- - action: navigate
- active: true
- name: Casa
- navigation_path: /lovelace/casa
- - action: navigate
- active: true
- name: Media
- navigation_path: /lovelace/media
- - action: navigate
- active: true
- name: Sistema
- navigation_path: /lovelace/ui-sistema
- - action: navigate
- active: true
- name: Shelly
- navigation_path: /lovelace/devices
- template: |
- <li>
- {% if now().hour < 5 %} Buona Notte {{'\U0001F634'}}
- {% elif now().hour < 12 %} Buongiorno {{'\u2615\uFE0F'}}
- {% elif now().hour < 18 %} Buon Pomeriggio {{'\U0001F44B\U0001F3FB'}}
- {% else %} Buona Sera {{'\U0001F44B\U0001F3FB'}}{% endif %}
- </li>
- title: ' '
- width:
- desktop: 20
- mobile: 0
- tablet: 25
- title: Casa
- views:
- - badges: []
- cards:
- - enableColumns: true
- home: false
- rows:
- - columns:
- - column: 1
- entities:
- - entities:
- - card: weather-forecast
- cardOptions:
- entity: weather.home
- cardStyle: |
- ha-card {
- padding: 5px!important;
- display: flex!important;
- flex-direction: column!important;
- background: transparent!important;
- box-shadow: none!important;
- border-radius:0!important;
- }
- .content {
- display: flex!important;
- flex-direction: row!important;
- }
- .icon-image {
- min-width: auto!important;
- }
- .icon-image > * {
- height: 32px!important;
- flex: 0 0 32px!important;
- }
- .info .name-state {
- font-weight: 500;
- }
- .info .name-state .state {
- font-size:14px!important;
- text-align:right;
- }
- .info .name-state .name {
- font-size:14px!important;
- }
- .info .temp-attribute {
- width:100%;
- font-weight: 500;
- }
- .info .temp-attribute .temp {
- font-size: 16px!important;
- }
- .info .temp-attribute .temp span {
- font-size: 14px!important;
- }
- .forecast {
- font-size: 10px!important;
- padding-top: 5px!important;
- }
- .forecast-image-icon {
- padding:0!important;
- }
- .forecast-image-icon > * {
- width:20px!important;
- height:20px!important;
- margin: 0 auto!important;
- }
- .forecast .temp {
- margin-top:0!important;
- font-size:12px!important;
- }
- .forecast .templow {
- display:none;
- }
- noPadding: true
- wider: true
- title: Meteo
- tilesOnRow: 3
- - column: 2
- entities:
- - entities:
- - entity: person.andrea
- image: /local/propic/andre.jpg
- offImage: /local/propic/andregr.jpg
- offStates:
- - Lavoro Andre
- - not_home
- - entity: person.mary
- image: /local/propic/mary.jpg
- offImage: /local/propic/marygr.jpg
- offStates:
- - not_home
- title: In Casa
- tileOnRow: 2
- - column: 3
- entities:
- - entities:
- - entity: scene.esco_di_casa
- name: Esco
- title: Scene
- tileOnRow: 2
- row: 1
- - columns:
- - column: 1
- entities:
- - entities:
- - double_tap_action:
- action: popup
- entity: light.55016765a4cf12b1c2e5
- icon: 'mdi:ceiling-light'
- popup:
- actions:
- - color: '#FDCA64'
- name: Calda
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c2e5
- kelvin: 3000
- - color: '#FFE7C0'
- name: Normale
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c2e5
- kelvin: 5000
- - color: '#8BCBDD'
- name: Fredda
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c2e5
- kelvin: 6500
- brightnessHeight: 350px
- brightnessWidth: 130px
- scenesInARow: 3
- switchHeight: 300px
- switchWidth: 110px
- type: 'custom:light-popup-card'
- slider: true
- - double_tap_action:
- action: popup
- entity: light.55016765a4cf12b1c813
- icon: 'mdi:ceiling-light'
- popup:
- actions:
- - color: '#FDCA64'
- name: Calda
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c813
- kelvin: 3000
- - color: '#FFE7C0'
- name: Normale
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c813
- kelvin: 5000
- - color: '#8BCBDD'
- name: Fredda
- service: light.turn_on
- service_data:
- brightness_pct: 80
- entity_id: light.55016765a4cf12b1c813
- kelvin: 6500
- brightnessHeight: 350px
- brightnessWidth: 130px
- scenesInARow: 2
- switchHeight: 300px
- switchWidth: 110px
- type: 'custom:light-popup-card'
- - entity: light.led_scale
- icon: 'mdi:led-strip-variant'
- - entity: media_player.tv_sala
- tap_action:
- action: more-info
- entity: media_player.tv_sala
- - entity: climate.daikin_sala
- tap_action:
- action: more-info
- entity: climate.daikin_sala
- - entity: switch.ciabatta_tv_mss425f_main_channel
- icon: 'mdi:power-plug-outline'
- name: Ciabatta TV
- popup:
- buttons:
- - color: '#FFF'
- icon: 'mdi:toggle-switch'
- icon_color: 'rgba(255,255,255,1)'
- name: 'ON'
- service: switch.on
- service_data:
- entity_id: switch.ciabatta_tv_mss425f_lampada_tv
- value: 'ON'
- - color: '#FFF'
- icon: 'mdi:toggle-switch-off'
- icon_color: 'rgba(255,255,255,1)'
- name: 'OFF'
- service: switch.off
- service_data:
- entity_id: switch.ciabatta_tv_mss425f_lampada_tv
- value: 'OFF'
- entities:
- - switch.ciabatta_tv_mss425f_router_sala
- - switch.ciabatta_tv_mss425f_lampada_tv
- - switch.ciabatta_tv_mss425f_led_tv
- - switch.ciabatta_tv_mss425f_usb
- entity_value_path: state
- noActiveState: '-'
- type: 'custom:switch-popup-card'
- tap_action:
- action: none
- - entity: light.luce_giardino
- icon: 'mdi:coach-lamp'
- name: Luce Giardino
- - entity: switch.78677454f4cfa247e15b
- icon: 'mdi:gate'
- title: Sala
- tileOnRow: 4
- - column: 2
- entities:
- - entities:
- - entity: light.faretti
- icon: 'mdi:string-lights'
- - entity: light.led_cucina
- icon: 'mdi:led-strip-variant'
- name: Led Cucina
- - entity: switch.46021836807d3a395198
- icon: 'mdi:lightning-bolt-outline'
- title: Cucina
- tileOnRow: 2
- row: 2
- - columns:
- - column: 1
- entities:
- - entities:
- - double_tap_action:
- action: more-info
- entity: input_select.pcoptions
- entity: sensor.pc
- hold_action:
- action: more-info
- entity: input_select.pcoptions
- icon: 'mdi:windows'
- name: PC Studio
- offStates:
- - Offline
- tap_action:
- action: more-info
- entity: switch.wake_on_lan
- wider: true
- - entity: sensor.ipad
- icon: 'mdi:apple'
- offStates:
- - Offline
- - entity: sensor.macbook
- icon: 'mdi:apple'
- offStates:
- - Offline
- - entity: climate.daikin_studio
- tap_action:
- action: more-info
- entity: climate.daikin_studio
- - entity: light.luce_studio
- icon: 'mdi:spotlight-beam'
- title: Studio
- tileOnRow: 4
- - column: 2
- entities:
- - entities:
- - entity: light.luce_camera
- icon: 'mdi:string-lights'
- - entity: light.luce_bagno
- icon: 'mdi:ceiling-light'
- - entity: climate.daikin_camera
- tap_action:
- action: more-info
- entity: climate.daikin_camera
- title: Camera&Bagno
- tileOnRow: 2
- row: 3
- rules: >
- <li>Temperatura Sala {{states('sensor.daikin_sala_inside_temperature')
- |round(1) }} °C</li>
- statePositionTop: true
- tileHoldAnimation: true
- title: Casa
- titleColor: '#fff'
- type: 'custom:homekit-card'
- useBrightness: false
- useTemperature: false
- icon: 'mdi:home-circle-outline'
- panel: true
- path: casa
- theme: ios-light-mode-light-blue-alternative
- title: CASA
- - badges: []
- cards:
- - enableColumns: true
- home: false
- masonry: true
- rows:
- - columns:
- - column: 1
- entities:
- - entities:
- - card: 'custom:mini-media-player'
- cardOptions:
- artwork: full-cover
- entity: media_player.appletv_soggiorno
- hide:
- controls: false
- icon: true
- name: false
- power: false
- progress: false
- runtime: false
- source: true
- volume: false
- name: Apple TV
- cardStyle: |
- ha-card {
- height: 100%;
- background: none !important;
- box-shadow: none !important;
- position: relative;
- font-size: 0.5vw !important;
- image
- }
- ha-card{
- overflow: hidden !important;
- }
- :host #primaryProgress{
- background: #474A52 !important;
- display: flex !important;
- height: 100%;
- }
- higher: true
- higherSize: 3
- hold_action:
- action: popup
- entity: media_player.appletv_soggiorno
- noPadding: true
- popup:
- actions:
- - icon: 'mdi:skip-previous'
- name: previous
- service: media_player.media_previous_track
- service_data:
- entity_id: this
- - icon: 'mdi:play-pause'
- name: play/pause
- service: media_player.media_play_pause
- service_data:
- entity_id: this
- - icon: 'mdi:skip-next'
- name: next
- service: media_player.media_next_track
- service_data:
- entity_id: this
- settings: true
- type: 'custom:media_player-popup-card'
- wider: true
- widerSize: 3
- title: Media
- tileOnRow: 2
- row: 1
- statePositionTop: true
- style: |
- homekit-button[data-ent*="hideThis"] {
- visibility: hidden;
- }
- tileHoldAnimation: true
- title: Sistema
- titleColor: '#FFF'
- type: 'custom:homekit-card'
- useBrightness: false
- useTemperature: false
- icon: 'mdi:youtube'
- panel: true
- path: media
- title: Media
- - badges: []
- cards:
- - enableColumns: true
- home: false
- masonry: true
- rows:
- - columns:
- - column: 1
- entities:
- - entities:
- - custom: Riavvia Home Assistant
- halfheight: true
- icon: 'mdi:power-settings'
- name: Riavvia HomeAssistant
- tap_action:
- action: call-service
- service: homeassistant.restart
- wider: true
- - custom: Ricarica Automazioni
- halfheight: true
- icon: 'mdi:reload'
- name: Ricarica Automazioni
- tap_action:
- action: call-service
- service: automation.reload
- wider: true
- - entity: sensor.hass_version_installed
- icon: 'mdi:home-assistant'
- name: HA Core Version
- - entity: sensor.hass_version_latest
- name: HA Core Latest Version
- - entity: sensor.hacs
- name: Hacs
- - entity: sensor.snapshot_backup
- icon: 'mdi:cloud-upload'
- name: Snapshot State
- - entity: sensor.last_boot
- name: Rasp Pi 4 Last Boot
- wider: true
- title: Hassio
- tileOnRow: 2
- - column: 2
- entities:
- - entities:
- - card: 'custom:mini-graph-card'
- cardOptions:
- color_type: card
- entities:
- - sensor.raspberry_temp
- hours_to_show: 24
- name: Raspy CPU Temp
- points_per_hour: 0.5
- show:
- extrema: true
- labels: false
- cardStyle: |
- color_type: card
- .states {
- padding: 0;
- }
- higher: true
- wider: true
- - entity: sensor.pi_hole_dns_queries_today
- halfheight: true
- hideState: true
- higher: false
- name: DNS Queries
- wider: true
- - entity: sensor.omv_uptime
- halfheight: true
- hideState: true
- higher: false
- name: NAS Uptime
- wider: true
- title: System Monitor
- tileOnRow: 2
- - column: 3
- entities:
- - entities:
- - card: 'custom:bar-card'
- cardOptions:
- direction: up
- entities:
- - sensor.processor_use
- entity_row: false
- height: 200px
- icon: 'mdi:memory'
- max: 100
- name: CPU
- width: 100%
- higher: true
- wider: false
- - card: 'custom:bar-card'
- cardOptions:
- direction: up
- entities:
- - sensor.memory_use_percent
- entity_row: false
- height: 200px
- icon: 'mdi:database'
- max: 100
- name: RAM
- width: 100%
- higher: true
- wider: false
- - card: 'custom:bar-card'
- cardOptions:
- direction: up
- entities:
- - sensor.disk_use_percent
- entity_row: false
- height: 200px
- icon: 'mdi:memory'
- max: 100
- name: SD
- width: 100%
- higher: true
- wider: false
- - card: 'custom:bar-card'
- cardOptions:
- direction: up
- entities:
- - sensor.pi_hole_ads_percentage_blocked_today
- entity_row: false
- height: 200px
- max: 100
- name: ADS
- width: 100%
- higher: true
- wider: false
- - custom: empty
- name: hideThis
- - card: 'custom:bar-card'
- cardOptions:
- direction: up
- entities:
- - sensor.omv_nas
- entity_row: false
- height: 200px
- icon: 'mdi:harddisk'
- max: 100
- name: NAS
- width: 100%
- higher: true
- wider: false
- title: .
- tileOnRow: 3
- row: 1
- statePositionTop: true
- style: |
- homekit-button[data-ent*="hideThis"] {
- visibility: hidden;
- }
- title: Sistema
- titleColor: '#FFF'
- type: 'custom:homekit-card'
- useBrightness: false
- useTemperature: false
- icon: 'mdi:server'
- panel: true
- path: ui-sistema
- theme: ios-light-mode-light-blue-alternative
- title: UI Sistema
- visible:
- - user: 34ed6f708bb241258e3191be935470e3
- - badges: []
- cards:
- - enableColumns: true
- home: false
- rows:
- - columns:
- - column: 1
- entities:
- - entities:
- - entity: sensor.shelly_firmware_version
- halfheight: true
- hideState: true
- icon: 'mdi:script'
- wider: true
- - entity: sensor.shelly_new_firmware
- halfheight: true
- hideState: true
- icon: 'mdi:alert-decagram'
- offStates:
- - 'False'
- wider: true
- - custom: FW Upgrade
- halfheight: true
- hideState: true
- icon: 'mdi:update'
- name: Launch FW Upgrade
- tap_action:
- action: call-service
- service: script.update_shelly
- wider: true
- title: Shelly FW
- tileOnRow: 10
- row: 1
- - columns:
- - column: 1
- entities:
- - entities:
- - entity: sensor.shelly_scale_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- slider: false
- - entity: sensor.shelly_scale_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Scale
- tileOnRow: 2
- - column: 2
- entities:
- - entities:
- - entity: sensor.shelly_faretti_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_faretti_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Faretti
- tileOnRow: 2
- - column: 3
- entities:
- - entities:
- - entity: sensor.shelly_led_cucina_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_led_cucina_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Led Cucina
- tileOnRow: 2
- row: 2
- - columns:
- - column: 1
- entities:
- - entities:
- - entity: sensor.shelly_bagno_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_bagno_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Bagno
- tileOnRow: 2
- - column: 2
- entities:
- - entities:
- - entity: sensor.shelly_camera_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_camera_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Camera
- tileOnRow: 2
- - column: 3
- entities:
- - entities:
- - entity: sensor.shelly_studio_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_studio_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Studio
- tileOnRow: 2
- row: 3
- - columns:
- - column: 1
- entities:
- - entities:
- - entity: sensor.shelly_giardino_stato
- halfheight: true
- hideState: true
- icon: 'mdi:memory'
- name: ' '
- - entity: sensor.shelly_giardino_segnale
- halfheight: true
- hideState: true
- icon: 'mdi:wifi'
- name: ' '
- title: Shelly Giardino
- tileOnRow: 2
- row: 4
- statePositionTop: true
- style: |
- homekit-button[data-ent*="hideThis"] {
- visibility: hidden;
- }
- title: Sistema
- titleColor: '#FFF'
- type: 'custom:homekit-card'
- useBrightness: false
- useTemperature: false
- icon: 'mdi:memory'
- panel: true
- path: devices
- title: Devices Status
- visible:
- - user: 34ed6f708bb241258e3191be935470e3
- - user: 4ec675ff9e334f5ca3c7064da941bc11
- - title: test
- path: test
- badges: []
- cards:
- - type: 'custom:swipe-card'
- cards:
- - type: 'custom:mini-graph-card'
- color_thresholds:
- - color: '#4dd2ff'
- value: 0
- - color: '#66ff66'
- value: 15
- - color: '#ffff1a'
- valure: 23
- - color: '#ffa31a'
- value: 28
- - color: '#ff1a1a'
- value: 32
- entities:
- - sensor.daikin_sala_inside_temperature
- - sensor.daikin_sala_outside_temperature
- icon: 'mdi:home-thermometer-outline'
- show:
- icon: true
- legend: false
- name: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement