From 4792acecb18015b771d8cb3a41c2f4f30c753ae7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 3 May 2018 20:56:04 -0400 Subject: [PATCH] Fix formatting --- docs/entity_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entity_index.md b/docs/entity_index.md index 6c18d184..a5b7ae23 100644 --- a/docs/entity_index.md +++ b/docs/entity_index.md @@ -60,7 +60,7 @@ The entity base class has a few properties that are common among all entities in | ---- | ---- | ------- | ----------- | assumed_state | boolean | `False` | Return `True` if the state is based on our assumption instead of reading it from the device. | available | boolean | `True` | Indiciate if Home Assistant is able to read the state and control the underlying device. -| device_state_attributes | dict | `None` Extra information to store in the state machine. It needs to be information that further explains the state, it should not be static information like firmware version. +| device_state_attributes | dict | `None` | Extra information to store in the state machine. It needs to be information that further explains the state, it should not be static information like firmware version. | entity_picture | URL | `None` | Url of a picture to show for the entity. | name | string | `None` | Name of the entity | should_poll | boolean | `True` | Should Home Assistant check with the entity for an updated state. If set to `False`, entity will need to notify Home Assistant of new updates by calling one of the [schedule update methods](#methods).