mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Document integration can consume the state of entities which provide a location (#2081)
This commit is contained in:
parent
47042ac3de
commit
828927b40b
@ -23,6 +23,8 @@ To suggest a new domain, start a discussion in [the architecture repository](htt
|
|||||||
|
|
||||||
These integrations interact with external devices & services and make them available in Home Assistant via integrations that define IoT domains like `light`. An example of such an integration is Philips Hue. Philips Hue lights are made available as light entities in Home Assistant.
|
These integrations interact with external devices & services and make them available in Home Assistant via integrations that define IoT domains like `light`. An example of such an integration is Philips Hue. Philips Hue lights are made available as light entities in Home Assistant.
|
||||||
|
|
||||||
|
Integrations which interact with external devices & services are generally not allowed to consume the state of entities from other integrations, with the exception of entities from other integrations which have a location, e.g. the state of zone and device_tracker entities.
|
||||||
|
|
||||||
For more information, see [entity architecture](architecture/devices-and-services.md).
|
For more information, see [entity architecture](architecture/devices-and-services.md).
|
||||||
|
|
||||||
## Represent virtual/computed data points
|
## Represent virtual/computed data points
|
||||||
|
Loading…
x
Reference in New Issue
Block a user