Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Home Assistant - Navigation tabulaire vertical & horizontal
#2
J'ai ce code pour des onglets horizontaux:
Code :
type: custom:tabbed-card
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
qui donne dans la pièces jointes (je n'arrive pas à me connecter à Casimages


Pièces jointes Miniature(s)
   
Répondre


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

Atteindre :


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