This is awesome!!! Loving the media browser, but Iām wondering if thereās a way (service, card) that I can call so that I can push a button in Lovelace and have the media browser pop up at a specific location.
Plus, itād be nice if we could sort the browsed folders and/or limit whatās there.
Great work lots of new additions I see. But sorry guys but spent ages getting my S1c alarm integrated and set up. The new broadlink integration brings no entities in but does connect with the host IP. Even after removing all of the existing configs. The new integration loads fine but no entities appear under S1c. So going back to 0.114.4.
Also all my sensors are broken:
Platform error sensor.history_stats - cannot import name 'UNIT_PERCENTAGE' from 'homeassistant.const' (/usr/src/homeassistant/homeassistant/const.py)
What an amaizing job once again, thanks for your hard work HA team !
Iāve just updated and noticed Gardena Smart System integration is now giving the following error : homeassistant.setup] Unable to prepare setup for platform gardena_smart_system.sensor: Platform not found (cannot import name 'UNIT_PERCENTAGE' from 'homeassistant.const'
Happy Birthday,
Many features.
I read the breaking changes on every update and try to be prepared, well this is the 3rd clean major update I have with no warnings or broken functionally.
Kudos
I get the same error regarding UNIT_PERCENTAGE from a HACS custom integration after updating to 0.115.0:
2020-09-17 16:28:45 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform plaato.sensor: Platform not found (cannot import name 'UNIT_PERCENTAGE' from 'homeassistant.const' (/usr/src/homeassistant/homeassistant/const.py)).
Iāve reinstalled the HACS custom integration, restarted HA and rebooted, but the symptom persists. @JohNan
I restored to 0.144.4 and used my snapshot to restore the configuration.
I have about 30 sensors that were all broken due to this UNIT_PERCENTAGE.
Think we need to raise an issue on git.
Also the new S1c broadlink alarm integration picks up zero entities.
UNIT_PERCENTAGE was changed to PERCENTAGE in 0.115. The integration needs to update their code. Please open a github issue on the integrationās repo.
data_value is in my automations.yaml ā¦ As the logic seems to be "get rid of data_ on every variable name preceded by data_ " Iām asking what goes on for data_value
Yep same here, and my 0.114.2 install was very basic. Looking at the logfile, I have:
2020-09-17 23:10:14 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Unable to import component: libopenjp2.so.7: cannot open shared object file: No such file or directory
Google seems to suggest that is something to do with Pillow, which I think I read elsewhere on here, looking for more info right nowā¦