jimz011 / homekit-infused

Homekit Infused 5 2023
https://jimz011.github.io/homekit-infused/
Other
873 stars 137 forks source link

Thermostat addon not displaying thermostat #188

Closed 602293544 closed 1 year ago

602293544 commented 1 year ago

Homekit Infused 5 (2022.5.1)

1 2 3 4

jimz011 commented 1 year ago

If you mean it is not showing a thermostat, then this is correct, in your code it will only render if the screen width is max 350px.

Either remove the view layout part or change max into min (what it does is showing cards depending on screen size)

602293544 commented 1 year ago

Thank you very much