ry8s
ry8s
Also showing interest in this feature - trying to find something better than RDCM but having the ability to easily logoff is really nice.
Another bump! I'm also trying to get switch bots and curtains going, I might try the MQTT route but it would be awesome if these were setup in espHome!
I have experienced something similar to this when making the bottom card too long / big. Wonder if its just a css overflow issue
I get the same ERROR (MainThread) [frontend.js.latest.202204050] http://xx.xx.xx.xx/hacsfiles/sidebar-card/sidebar-card.js:462:5343 Uncaught TypeError: Cannot read properties of null (reading 'map')
I love this idea!
oops I missed that part in the readme, that will work just fine - thank you!
Actually, still related to this, with the following settings, I'm unable to access the hass sidebar on mobile (of course), but I do handle management through my phone a bit,...
> Hi @ry8s, > > Can you share your config? ``` sidebar: hideTopMenu: true hideHassSidebar: true digitalClock: true digitalClockWithSeconds: true twelveHourVersion: true date: true dateFormat: dddd, MMMM DD YYYY width:...
I was able to fix it by adding this to styles: .sidebarMenu li ha-icon { margin-top: -8px !important; }
> > I was able to fix it by adding this to styles: > > ``` > > .sidebarMenu li ha-icon { > > margin-top: -8px !important; > > }...