Is there any way in which I can create a permanent dashboard that will be displayed all the time on a google home hub. ive tried to create a mushroom title card with the time and date on but I canāt find a way to increase the height and font size of the card.
Thank you very much. I do have a github page but it only consists the details about my football page. But I will write down every detail on my pages as soon as I finish developing my mobile interface.
Iām trying to get my audio/video setup into Mushroom and try to conceptualise how this should work and I have a mental block.
Here are the key components
Audio run via Logitech Media Server and hardware/software players (Squeezebox); I have player entities for these players
Audio is distributed through the house via a Control4 matrix amp; I have full access to the amp from Home Assistant thanks to @bigmacās code. As a matrix amp you can route any input signal to any output. I have the following:
Home Assistant dropdown helpers for the audio input
Home Assistant toggle helpers to switch the channels on/off
HA number helpers for the volume for each channel
HA dropdown helpers for the zone selection
Denon AVR (entity: media_player.denon_avr_3313) with the following attributes:
source_list
sound_mode_list
Iād like to make these attributes available to the UI
LG TV connected to the AVR via HDMI; the TV has various attributes Iād like to make available to the UI
Iād like to be able to create a āmedia centerā card of sorts with the following:
TV on/off and access to attributes; e.g. source_list, volume etc.
AVR on/off with access to the various attriutes
Control the various LMS players (on/off, start/stop, volume, music selection
Whatās my best bet here to make this blend in with mushroom? Thereās the universal media player, individual media players? How do I get access to the attributes from a mushroom card?
Would like to put together a strawman of the solution but donāt really know where to startā¦
Would you mind showing the card as well that goes with version 2 of your code? Iām trying to visualise the code as Iām in the midst of trying to create my āmedia centerā as well (earlier post) and at the moment itās a bit overwhelming as there are lots of moving parts
I have a different question. I find myself sometimes unsure how I configured a mushroom entity or template card. E.g. is it āclickableā or not? Does clicking on the tv icon toggle the tv, or navigate me to my media view?
Does anyone else experience this as well, and how do you solve it?
I was thinking about a border around the icons, for actionable cards and a dotted border for navigational cards. Cards without border are then just informational.
Any hint on how to achieve that (with card mod) would be greatly appreciated as well!