ha-eufy-security
ha-eufy-security copied to clipboard
LOG Error
Dear i have receive this error.
Logger: homeassistant.helpers.translation Source: helpers/translation.py:206 First occurred: 3:54:18 (6 occurrences) Last logged: 3:54:22
eufy_security: the '.translations' directory has been moved, the new name is 'translations', starting with Home Assistant 0.111 your translations will no longer load if you do not move/rename this
This is a new change on HA version 0.109...
Many thanks!
I was able to fix this by renaming the directory from .translation
to translation
as the error message suggested.
I submitted this PR to add a .translations
folder, while keeping the existing translations
folder for backwards compat for time being.
https://github.com/nonsleepr/ha-eufy-security/pull/11