nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
169 stars 44 forks source link

LOG Error #9

Open alesoft73 opened 4 years ago

alesoft73 commented 4 years ago

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!

dannielum commented 4 years ago

I was able to fix this by renaming the directory from .translation to translation as the error message suggested.

tmchow commented 4 years ago

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