home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.69k stars 29.96k forks source link

Seven Segments cannot have multiple instances because of ocr.png #18633

Closed deftdawg closed 5 years ago

deftdawg commented 5 years ago

Per this discussion: https://community.home-assistant.io/t/multiple-seven-segments/67166/4

Seven Segments can not have multiple instances because the component hard codes the png file name fed to ssocr as home-assistant-config-dir/ocr.png.

Attempting to have multiple instances results in a race condition where instances overwrite each other's data.

deftdawg commented 5 years ago

Code is merged, so this will be released pretty soon...