Document entity disabled property" (#304)

This commit is contained in:
Paulus Schoutsen 2019-08-16 13:46:30 -07:00 committed by Alexei Chetroi
parent 95019a3ad2
commit 2d3260a2ff

View File

@ -75,6 +75,7 @@ The following properties are also available on entities. However, they are for a
| force_update | boolean | `False` | Write each update to the state machine, even if the data is the same. Example use: when you are directly reading the value from a connected sensor instead of a cache. Use with caution, will spam the state machine.
| hidden | boolean | `False` | Indicate if the entity should not be shown on the frontend.
| icon | icon | `None` | Icon to use in the frontend. Icons start with `mdi:` plus an [identifier](https://materialdesignicons.com/). You probably don't need this since Home Assistant already provides default icons for all devices.
| entity_registry_enabled_default | boolean | `True` | Indicate if the entity should be enabled or disabled when it is first added to the entity registry.
## Standard attributes