/config/ui-lovelace.yaml
resources:
- url: /customcards/lovecard/tracker-card.js
type: js
- url: /customcards/lovecard/vertical-stack-in-card.js
type: js
- url: /customcards/lovecard/card-tools.js
type: js
- url: /customcards/lovecard/weather-card.js
type: module
# PRINCIPALE
title: Home Sweet Home
background: center / cover no-repeat url("/local/background2.jpg") fixed
views:
#---------- VIEW
- !include lovelace/00_home_view.yaml
- !include lovelace/10_home2_view.yaml
- !include lovelace/20_meteo_view.yaml
- !include lovelace/30_system_view.yaml
- !include lovelace/40_multimedia_view.yaml
- !include lovelace/50_tts_view.yaml
- !include lovelace/60_map_view.yaml
- !include lovelace/70_cctv_view.yaml
- !include lovelace/80_cards_view.yaml
- !include lovelace/90_bticino_view.yaml
- !include lovelace/100_floorplan_view.yaml
- !include lovelace/101_giorno_view.yaml
- !include lovelace/102_notte_view.yaml
- !include lovelace/103_camera_view.yaml
- !include lovelace/104_studio_view.yaml
- !include lovelace/999_lab_view.yaml
/config/lovelace/00_home_view.yaml
title: Inizio
path: home
icon: mdi:monitor-cellphone-star
panel: true
cards:
- type: vertical-stack
cards:
- type: glance
entities:
#- entity: device_tracker.claudio_oneplus5t
# name: ¯\_(?)_/¯
- entity: sensor.temperatura_media
name: In Casa
icon: mdi:thermometer
- entity: sensor.dark_sky_temperature
name: Fuori
- entity: sensor.dark_sky_humidity
- entity: sensor.dark_sky_precip_probability
name: Pioggia
- entity: sensor.fasi_lunari
name: Luna
- type: entities
title: Tracker
show_header_toggle: false
entities:
- entity: device_tracker.claudio_oneplus5t
secondary_info: last-changed
- type: entity-filter
entities:
- binary_sensor.people_home
- entity: group.location
icon: mdi:account-group
- entity: device_tracker.claudio_oneplus5t
- device_tracker.claudio_oneplus5t_bt
state_filter:
- home
- 'on'
card:
type: glance
theming: primary
title: Persone in casa
/config/lovelace/80_cards_view.yaml
title: Robot
icon: mdi:robot-vacuum
path: vacuum
cards:
- !include vacuum01.yaml
- !include vacuum02.yaml
/config/lovelace/vacuum01.yaml
type: vertical-stack #custom:vertical-stack-in-card
cards:
- type: picture-elements
image: /local/vacuum/vacuum_card.png #card5.jpg
#title: Xiaomi Roborock S50
elements:
### TESTO ETICHETTE IN ALTO - TESTATINA
- type: state-label
entity: vacuum.geronimo #vacuum.geronimo
#prefix: 'Roborock: '
#suffix: .
style:
top: 10%
left: 1%
right: 1%
color: rgba(255, 255, 255,1) #var(--primary-text-color)
transform: translate(0%,-50%)
pointer-events: auto
text-shadow: 1px 1px black
text-align: center
font-family: Trebuchet MS
font-size: 120%
font-weight: bold
border-radius: 6px
background-color: "var(--paper-item-icon-color)" #"var(--paper-card-background-color)" #'#3090C7'
opacity: 0.8
----- cut ----
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk