Created
December 17, 2023 07:45
-
-
Save kaiserkiwi/b44579809d0c7805f18aec597a9b9614 to your computer and use it in GitHub Desktop.
Home Assistant: Mushroom template card for my living room
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: custom:mushroom-template-card | |
primary: Wohnzimmer | |
secondary: |- | |
{{ states('sensor.klima_wohnzimmer_temperature') }}°C / | |
{{ states('sensor.klima_wohnzimmer_humidity') }}% | |
icon: mdi:sofa | |
entity: light.wohnzimmer | |
icon_color: amber | |
badge_color: amber | |
badge_icon: '{% if is_state(''light.wohnzimmer'', ''on'') %} mdi:lightbulb {% endif %}' | |
tap_action: | |
action: navigate | |
navigation_path: wohnzimmer | |
hold_action: | |
action: toggle | |
fill_container: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment