We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I receive each minute for each of my cams the following error message 2022-05-12 20:10:30 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:10:30 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:11:33 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:11:33 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:12:36 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:12:36 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:13:38 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD']) 2022-05-12 20:13:38 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD'])
indeed on HA Interface, for Cam devices, unde Video_mode control, you can only select FHD
3 values are possible FHD, HD and SD when configuring camera under Somfy protect
The text was updated successfully, but these errors were encountered:
Hello, Working on it
Sorry, something went wrong.
Can you try to rebuild/reconstruire the add-on et check again ?
No branches or pull requests
I receive each minute for each of my cams the following error message
2022-05-12 20:10:30 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:10:30 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:11:33 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:11:33 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:12:36 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:12:36 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:13:38 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_jardin_video_mode: 'SD' (valid options: ['FHD'])
2022-05-12 20:13:38 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.cam_e0_living_video_mode: 'SD' (valid options: ['FHD'])
indeed on HA Interface, for Cam devices, unde Video_mode control, you can only select FHD
3 values are possible FHD, HD and SD when configuring camera under Somfy protect
The text was updated successfully, but these errors were encountered: