epenet
epenet
I think that maybe 3 should be removed from the enum, and "get_plug_status" should be amended to return None if plugStatus is 3. ```python try: if self.plugStatus is None: return...
Another option would be to expose the number as a second property, as well as the enum. Then people could action on the number even if the enim is None
> The `unique_id` can change when the users enters the account details of a different account in the reauth flow. Should we update the id or reject the reath because...
> I don't think we should use reauth for changing credentials, We should rather have the user setup the integration again. But since every device has its own unique_id, it...
@milanmeu are you happy with the latest changes?
> Don't we risk "forgetting" and these won't be fixed (if it's not managed in a central place rather than a fixture in each component test)? The tracking as an...
A switch can have three states: On, Off, Unknown In `konnected`, this is based on `self._data.get(ATTR_STATE)` which can be either 0 or 1 or missing from the data. Before #122915,...
> How does this relate to the switch icon in the UI changing from a switch to a lightning bolt though? That is I believe what this user is reporting...
I am confused in the description regarding what the complaint is about. Is the main issue the state of the "Alarm" switch? Is it about the "Panic alarm" switch? Or...
This is wrong. Only non-hashable was previously logging. `int` and such only started logging this month (not yet released)