diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index ecbabe67dff..8644abce8d0 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -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: >- diff --git a/source/_integrations/compensation.markdown b/source/_integrations/compensation.markdown index 8a572e581dc..569f948443a 100644 --- a/source/_integrations/compensation.markdown +++ b/source/_integrations/compensation.markdown @@ -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