Document integration can consume the state of entities which provide a location (#2081)

This commit is contained in:
Erik Montnemery 2024-02-19 11:03:59 +01:00 committed by GitHub
parent 47042ac3de
commit 828927b40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
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).
## Represent virtual/computed data points