Added tool tips to Compensation integration page (#27129)

This commit is contained in:
Danny Tsang 2023-04-25 08:29:58 +01:00 committed by GitHub
parent 28b13f9408
commit b4bffdfb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -285,6 +285,8 @@
Sensors return information about a thing, for instance the level of water
in a tank.
link: /integrations/sensor/
aliases:
- sensors
- term: Selectors
definition: >-

View File

@ -14,7 +14,7 @@ ha_platforms:
ha_integration_type: integration
---
The Compensation integration consumes the state from other sensors. It exports the compensated value as state in a separate entity and the following values as attributes: `entity_id` and `coefficients`. A single polynomial, linear by default, is fit to all data points provided.
The Compensation {% term integration %} consumes the {% term state %} from other {% term sensors %}. It exports the compensated value as state in a separate {% term entity %} and the following values as attributes: `entity_id` and `coefficients`. A single polynomial, linear by default, is fit to all data points provided.
## Configuration