From e483de08ca8460aa2a2e72c6f8cc0baada6c2a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Christian=20Aarup?= Date: Wed, 14 Sep 2022 09:27:23 +0200 Subject: [PATCH] Marked "name" as optional --- components/text_sensor/homeassistant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text_sensor/homeassistant.rst b/components/text_sensor/homeassistant.rst index d26aaae10..7d514ad10 100644 --- a/components/text_sensor/homeassistant.rst +++ b/components/text_sensor/homeassistant.rst @@ -30,7 +30,7 @@ With Home Assistant 2021.6 or newer, entity state attributes can also be importe Configuration variables: ------------------------ -- **name** (string): The name of the text sensor. +- **name** (*Optional*, string): The name of the text sensor. - **entity_id** (**Required**, string): The entity ID to import from Home Assistant. - **attribute** (*Optional*, string): The name of the state attribute to import from the specified entity. The entity state is used when this option is omitted.