From b07db195599563e3d207e050df5063830a099fe0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 Apr 2018 16:34:44 -0400 Subject: [PATCH] Add page for entities --- en/SUMMARY.md | 1 + en/architecture/entities.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 en/architecture/entities.md diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 83edc9b4..0cc96e27 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -2,5 +2,6 @@ * [Hello world!](README.md) * [Architecture](/architecture/README.md) + * [Entities](/architecture/entities.md) * [Integrations](/architecture/README.md) * [Frontend](/frontend/README.md) diff --git a/en/architecture/entities.md b/en/architecture/entities.md new file mode 100644 index 00000000..ccfd6712 --- /dev/null +++ b/en/architecture/entities.md @@ -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 +