Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Home Assistant - Navigation tabulaire vertical & horizontal
#3
la même card en couleur:

Code :
type: custom:tabbed-card
styles:
 '--mdc-theme-primary': blue
 '--mdc-tab-text-label-color-default': orange
options: {}
tabs:
 - card:
     type: custom:mushroom-light-card
     entity: light.bureau_haut
     use_light_color: true
     show_brightness_control: true
     show_color_temp_control: false
     show_color_control: true
     fill_container: false
     hold_action:
       action: navigate
       navigation_path: http://192.168.1.243:8123/lovelace-tutorial/lights?edit=1
   attributes:
     label: Lumières
 - card:
     type: custom:mushroom-light-card
     entity: sensor.bureau_etage_tdeg_reelle
     use_light_color: true
     show_brightness_control: true
     show_color_temp_control: false
     show_color_control: true
     fill_container: false
     hold_action:
       action: navigate
       navigation_path: http://192.168.1.243:8123/lovelace-tutorial/lights?edit=1
   attributes:
     label: Temperature
 - card:
     type: custom:mushroom-light-card
     entity: cover.volet_escalier_gauche
     use_light_color: true
     show_brightness_control: true
     show_color_temp_control: false
     show_color_control: true
     fill_container: false
     hold_action:
       action: navigate
       navigation_path: http://192.168.1.243:8123/lovelace-tutorial/lights?edit=1
   attributes:
     label: Volets
Si tu arrives à ajouter des onglets verticaux je suis intéressé
Répondre


Messages dans ce sujet
RE: Home Assistant - Navigation tabulaire vertical & horizontal - par richardpub - 01/02/2023, 14:11:37

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)