From 4d91c4a51bb22985b4bb5cb67c3b027196cfb7b7 Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Tue, 21 Apr 2015 23:58:41 -0400 Subject: [PATCH] Updated contributing documentation to include details about hidding states. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 973415c1866b..83b95535e0c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).