mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 22:37:36 +00:00
Added tool tips to Compensation integration page (#27129)
This commit is contained in:
parent
28b13f9408
commit
b4bffdfb75
@ -285,6 +285,8 @@
|
|||||||
Sensors return information about a thing, for instance the level of water
|
Sensors return information about a thing, for instance the level of water
|
||||||
in a tank.
|
in a tank.
|
||||||
link: /integrations/sensor/
|
link: /integrations/sensor/
|
||||||
|
aliases:
|
||||||
|
- sensors
|
||||||
|
|
||||||
- term: Selectors
|
- term: Selectors
|
||||||
definition: >-
|
definition: >-
|
||||||
|
@ -14,7 +14,7 @@ ha_platforms:
|
|||||||
ha_integration_type: integration
|
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
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user