From 78c888a6f0bc091d9b7cf2a79ebed2c1337f210e Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:21:31 +0200 Subject: [PATCH] Add further and improve existing glossary entries (#35294) * add further and improve existing entries * tiny rephrase of the button definition --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_data/glossary.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 87f605a84e3..5c392f36a1d 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -87,6 +87,9 @@ A binary sensor returns information about things that only have two states - such as on or off. link: /integrations/binary_sensor + aliases: + - binary_sensor + - binary_sensors - term: Blueprint definition: >- A blueprint is a script or automation configuration with certain parts @@ -104,6 +107,13 @@ configuration-specific settings. aliases: - blueprints +- term: Button + definition: >- + A button entity can fire an event, or trigger an action towards a device or + service. It can be compared to a physical push button. The button entity does not have a state like `on` or `off`, but keeps the timestamp of when it was last pressed in the Home Assistant UI or via an action. + link: /integrations/button + aliases: + - buttons - term: Category definition: >- A category is an organization tool that allows grouping items in a table. @@ -114,6 +124,13 @@ have different categories than the scene, scripts, or helpers settings page. aliases: - categories +- term: Climate + definition: >- + The Climate entity allows you to control and monitor HVAC (heating, + ventilating, and air conditioning) devices and thermostats. + link: /integrations/climate + aliases: + - climates - term: Commissioning definition: >- In the context of Matter devices, *commissioning* is the process of adding a @@ -155,6 +172,8 @@ Covers are devices such as blinds, garage doors, etc that can be opened and closed and optionally set to a specific position. link: /integrations/cover + aliases: + - covers - term: Custom integration definition: >- A custom integration is an integration that has been created by someone from the Home Assistant community and has been published for others to use at their own risk. Custom integrations are not supported by the Home Assistant project. They are not reviewed or tested by the Home Assistant development team and thus may negatively impact the stability of your Home Assistant instance. An example of a custom integration is the [Spook](https://spook.boo/) integration. @@ -399,6 +418,8 @@ A light has a brightness you can control, and optionally color temperature or RGB color control. link: /integrations/light + aliases: + - lights - term: Matter definition: >- Matter is an open-source standard that defines how to control smart home