maximuswallis

Results 3 comments of maximuswallis

Hi. I'm having the same problem with the settings of Homebridge UniFi Protect. The settings do not show up when I click settings. I first noticed it on Chrome IOS...

> Hi @maximuswallis > > Just tried a combination myself of latest macos (14.0), chrome (117.0.5938.149), unifi-protect (6.15.1) and homebridge-ui (most recent beta). > > Although I don't have devices...

Hi, A workaround to this problem is adding this to the entity: ``` color: | {% if is_state('switch.your_switch_here', 'on') %} var(--state-active-color) {% elif is_state('switch.your_switch_here', 'off') %} var(--state-inactive-color) {% else %}...