Updated contributing documentation to include details about hidding states.

This commit is contained in:
Ryan Kraus 2015-04-21 23:58:41 -04:00
parent 3b0c685679
commit 4d91c4a51b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ A state can have several attributes that will help the frontend in displaying yo
- `friendly_name`: this name will be used as the name of the device
- `entity_picture`: this picture will be shown instead of the domain icon
- `unit_of_measurement`: this will be appended to the state in the interface
- `hidden`: This is a suggestion to the frontend on if the state should be hidden
These attributes are defined in [homeassistant.components](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/__init__.py#L25).