Created
November 8, 2024 08:55
-
-
Save punxaphil/ba093020d8ba89ca6e9123983c07c0ca to your computer and use it in GitHub Desktop.
NSPanel Pro Home Assistant Dashboard
This file contains hidden or 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
views: | |
- title: Home | |
cards: | |
- type: custom:sonos-card | |
heightPercentage: 60 | |
showVolumeUpAndDownButtons: true | |
sections: | |
- player | |
- volumes | |
- groups | |
- grouping | |
- media browser | |
topFavorites: | |
- P4 Malmöhus | |
- Soft | |
- Slow | |
- P4 Spellista | |
- Håkan och Lasse | |
artworkAsBackground: false | |
dynamicVolumeSlider: true | |
entityId: media_player.kok | |
hidePlaylistInPlayer: false | |
card_mod: | |
style: | |
sonos-player$: | | |
.artwork { | |
display: none; | |
} | |
- type: horizontal-stack | |
cards: | |
- type: custom:mushroom-light-card | |
entity: light.matplats_kok | |
name: 10% | |
secondary_info: none | |
tap_action: | |
action: perform-action | |
perform_action: light.turn_on | |
data: | |
brightness_pct: 10 | |
target: | |
entity_id: light.matplats_kok | |
layout: vertical | |
- type: custom:mushroom-light-card | |
entity: light.matplats_kok | |
name: 20% | |
secondary_info: none | |
tap_action: | |
action: perform-action | |
perform_action: light.turn_on | |
data: | |
brightness_pct: 20 | |
target: | |
entity_id: light.matplats_kok | |
layout: vertical | |
- type: custom:mushroom-light-card | |
entity: light.matplats_kok | |
name: 50% | |
secondary_info: none | |
tap_action: | |
action: perform-action | |
perform_action: light.turn_on | |
data: | |
brightness_pct: 50 | |
target: | |
entity_id: light.matplats_kok | |
layout: vertical | |
- type: custom:mushroom-light-card | |
entity: light.matplats_kok | |
name: 100% | |
secondary_info: none | |
tap_action: | |
action: perform-action | |
perform_action: light.turn_on | |
data: | |
brightness_pct: 100 | |
target: | |
entity_id: light.matplats_kok | |
layout: vertical | |
- entity: input_button.mute_kitchen | |
type: custom:mushroom-entity-card | |
icon_color: red | |
layout: vertical | |
tap_action: | |
action: toggle | |
primary_info: name | |
name: Ljud av | |
fill_container: true | |
secondary_info: none | |
- entity: input_button.unmute_kitchen | |
type: custom:mushroom-entity-card | |
icon_color: green | |
layout: vertical | |
tap_action: | |
action: toggle | |
primary_info: name | |
name: Ljud på | |
fill_container: true | |
secondary_info: none | |
badges: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment