You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently very hard to provide decent feedback to the user regarding if the connection works or not. It's also a bit tricky since the same error affects all the entities at the same time, so we would over-report problems. I suggest that we add a new sensor per device, which shows the current state and can include additional error information via attributes. That way we can signal if the whole device is broken or and and possibly also what is broken. I know some other integrations do this as well. Either we keep it simple with a binary_sensor or we use a regular sensor which gives us better feedback via state name.
* change var `gateway` to `fake_gateway`
* Fix: `set dp service` and support set list of dps (rospogrigio#55)
Give the user the ability to change multi values with 1 command e.g.
value:
- 1: true
- 2: false
It's currently very hard to provide decent feedback to the user regarding if the connection works or not. It's also a bit tricky since the same error affects all the entities at the same time, so we would over-report problems. I suggest that we add a new sensor per device, which shows the current state and can include additional error information via attributes. That way we can signal if the whole device is broken or and and possibly also what is broken. I know some other integrations do this as well. Either we keep it simple with a
binary_sensor
or we use a regularsensor
which gives us better feedback via state name.What do you think @rospogrigio?
The text was updated successfully, but these errors were encountered: