Correct terminology anchor links (#26735)

This commit is contained in:
Tarun Batra 2023-03-26 14:29:51 -07:00 committed by GitHub
parent e1dfa1ffac
commit 5a39fcdf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ Devices are a logical grouping for one or more entities. A device may represent
Devices and entities are used throughout Home Assistant. To name a few examples:
* [Dashboards](#dashboards) can show a state of an entity like if a light bulb is on or off as well as buttons that interact with devices like turning a light bulb on or off.
* An [automation](automations) can be triggered from a state change on an entity e.g. a light turning on and control another device or entity.
* A predefined setting for light device saved as a [scene](scenes).
* An [automation](#automations) can be triggered from a state change on an entity e.g. a light turning on and control another device or entity.
* A predefined setting for light device saved as a [scene](#scenes).
![Home Assistant Device](/images/getting-started/home-assistant-device.png)