Robert Svensson
Robert Svensson
Its a bit complex so I don't know myself, I envision something along the line of a thermostat in complexity if it where to be an entity. You can send...
The main thing is that we can identify additional support for the frontend so it is possible to render a full PTZ control interface
> That makes no sense IMHO. > > The frontend could generate an additional frontend item for camera's having PTZ capabilities, or, allow for a Lovelace cards that has a...
> Do we know of any other integrations that have "movement" in a similar vein, or is it just cameras for now? I'd also caution over engineering a solution to...
One step closer with https://github.com/home-assistant/core/pull/42221
Anyone had a look at https://github.com/features/package-registry?
There are different paths here depending on where the integrations starting point is: In all cases where yaml is present, there is a possibility to mark it with cv.deprecation. This...
Absolutely, I have on my to do for deCONZ to move a type of binary_sensor over to become a switch. That must be some sort of breaking change, probably a...
This is already possible today and it is up to the integration to set up. from homeassistant.helpers.restore_state import RestoreEntity Example: https://github.com/home-assistant/home-assistant/blob/0d874902cc75044e1146c6e64ae52aa2fe04dc50/homeassistant/components/unifi/switch.py#L152
Yes! This is more or less what I was talking about on SOTU. Difference to my original thought was that we would "package" a set of automations that would just...