Christian Stangier
Christian Stangier
A new `cover` entity for all covers in an area is created. This can be used to quickly - close - open - set to a given position all shades...
Measurement values for - `temperature` - `humidity` - `illuminance` - `pressure` from multiple devices are aggregated per area (median) and exposed as additional sensors (for example `sensor.area_temperature_bedroom`). Also the presence...
- utilize device to have all the auto_areas entities "related" together in the Home Assistant UI (cc @rsnodgrass) - set `area_id` for automatically created entities
If scenes are found which are named according to a given pattern, they will automatically be used - no configuration necessary. Suggestion by @rsnodgrass ``` # Auto discovery of scenes...
The motivation behind presence lock is to keep the light from going out if there is not much movement in an area. However, if forgotten It will keep the lights...
We have developed a LiveShare extension and now want to package it and release it in the marketplace. From our understanding we need have included the extension's publisher + ID...
Measurement values for - `temperature` (avg) - `humidity` (max) - `illuminance` (min) from multiple devices are aggregated per area and exposed as additional sensors (for example `sensor.area_temperature_bedroom`). [more device_classes](https://www.home-assistant.io/integrations/sensor/)
- Set up a [cover entity](https://developers.home-assistant.io/docs/core/entity/cover) for each area representing all covers - cover position is derived from all covers (avg. if they are not at all the same position?)...
I'm currently building an app based on Automerge and I'm using this Package for my iOS app. It has been working really well so far. Now I'm about to start...