Closed brunoleon closed 7 months ago
It looks like it may be the behavior of add_suggested_values_to_schema
when editing the config, filling in "motion detection" to on by default, but that seems counter intuitive to me that the config does not reflect the real state of the device.
This looks like a bug.
Hello @brunoleon ,
I have reproduce the bug and finally this is normal but I admit this could be confusing. Motion sensor are not centralized, but only some configuration is. So this is not a real feature in the central configuration but more some default configuration. And default configuration is always present and can't be removed. That is why the checkbox keep checked.
The real motion detection feature is on each VTherm (not central).
Because there is no impact, I will keep that, else we could have side effect on Vtherm if central is not activated and Vtherm is.
I will close this issue, don't hesitate to reopen if you think I'm wrong.
Version of the custom_component
6.2.1
Configuration
Describe the bug
On a fresh installation of HA, the "central configuration" config UI keeps showing the "motion detection" feature as enabled, even though it has never been selected.
The feature seems disabled though in the device config as shown above in the json log.
I'm trying to: Disable "motion detection"
And I expect: Motion detection to be shown as disabled in UI
But I observe this .... UI show motion detection enabled