mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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>
This commit is contained in:
parent
b3993f49af
commit
78c888a6f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user