Mark
Mark
TY. So, I know enough to be dangerous and did a little digging. Opened this: https://github.com/DeebotUniverse/client.py/pull/405 First PR ever, so only think it's correct. Appears my Ozmo T8+ is same...
Personally using the 'timer-bar-card' and 'weather-card-chart' and neither casting correctly - each is getting the 'custom element doesn't exist' red error message. I did try adding the cors allowed to...
Just upgraded from 2.x to 3.x a week or so ago and can confirm the 'No Entry Delay' check boxes WERE selected for each mode (Stay, Away, Night). These were...
Same issue here. Asks for app specific password, have to enter account pw.
I'm not expert, but do know BMW connect integration requires a token. Hacs integration has you submit password for bmw, then click an external URL link to get a token,...
Personally seeing this error: ``` Logger: homeassistant.config_entries Source: config_entries.py:781 First occurred: 3:37:07 PM (1 occurrences) Last logged: 3:37:07 PM Config entry '[email protected]' for bmw_connected_drive integration could not authenticate: Login requires...
@AFN40 I had a similar issue (https://github.com/jason0x43/hacs-hubitat/issues/261) and found a quick fix. Are by chance the devices you're seeing issue(s) with being flagged in config as 'Lights that should be...
Still seeing the same error. Appears to be a fix - ETA on being able to utilize? Thx!
Mine is a brightness sensor from ESPHome. ``` sensor: # ADC LDR Brightness - platform: adc pin: A0 name: "Brightness" update_interval: 2s unit_of_measurement: "lx" device_class: illuminance filters: - lambda: |-...