mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Add page for entities
This commit is contained in:
parent
a3da0f965e
commit
b07db19559
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
* [Hello world!](README.md)
|
* [Hello world!](README.md)
|
||||||
* [Architecture](/architecture/README.md)
|
* [Architecture](/architecture/README.md)
|
||||||
|
* [Entities](/architecture/entities.md)
|
||||||
* [Integrations](/architecture/README.md)
|
* [Integrations](/architecture/README.md)
|
||||||
* [Frontend](/frontend/README.md)
|
* [Frontend](/frontend/README.md)
|
||||||
|
12
en/architecture/entities.md
Normal file
12
en/architecture/entities.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Entities
|
||||||
|
|
||||||
|
Entities are an abstraction on top of the Home Assistant core.
|
||||||
|
|
||||||
|
Default properties:
|
||||||
|
|
||||||
|
- Name
|
||||||
|
- Unit of measurement
|
||||||
|
- Device class
|
||||||
|
- Icon
|
||||||
|
- Entity Picture
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user