Mon tableau de bord devient vivant ! Animation et coloration du tableau de bord Home Assistant
Makernix
Découvrez comment animer et personnaliser votre tableau de bord Home Assistant dans cette vidéo captivante ! Apprenez à ajouter des animations, des transitions et des effets visuels pour rendre votre interface dynamique. Personnalisez votre tableau de bord avec des thèmes esthétiques et des widgets personnalisés. Transformez votre domicile en un espace intelligent et élégant avec ces astuces d'animation et de personnalisation. Regardez dès maintenant la vidéo sur l'animation et la personnalisation du tableau de bord Home Assistant ! #HomeAssistant #TableauDeBord #Personnalisation #Animation #domotique
▬ ⛓️ Liens et code ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Installer HACS : https://www.youtube.com/watch?v=FHg-QXW2ZK4 Forum HACF : https://forum.hacf.fr/t/carte-button-card/3525/21 (Merci à WarC0zes du forum HACF de m'avoir aidé :) )
Le code (Attention à l'indentation): type: entity entity: person.nicolas icon: mdi:fan card_mod: style: | @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }
.icon {
color: red !important;
animation: rotation 5s linear infinite;
}
.name {
color: cyan !important
}
.value {
color: green !important
}
▬🔌Mes apareils ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Ma box Jeedom/HA/Proxmox : https://amzn.to/3KIFQZl Sonoff Basic : https://amzn.to/3Zn1nuF Mini : https://amzn.to/3IvjIit Interrupteurs mural : https://amzn.to/41q1eZk Camera Sonoff : https://amzn.to/3XZPDND ESP32 NodeMCU https://amzn.to/41ElM0q NSPanel : https://amzn.to/41rQVUF Fixation tablette domotique : https://amzn.to/3m7EFIN Clé zigbee Sonoff : https://amzn.to/41rRcXH Sonoff Zigbee : https://amzn.to/3Zjc8hG ... https://www.youtube.com/watch?v=ongUowyWjsw
117123718 Bytes