"name" not required

Does not seem like "name" is required and it is not mentioned in example 2.
This commit is contained in:
Søren Christian Aarup 2022-09-13 11:12:37 +02:00 committed by GitHub
parent da17b7c74a
commit 9aab27bf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ With Home Assistant 2021.6 or newer, entity state attributes can also be importe
Configuration variables:
------------------------
- **name** (**Required**, string): The name of the text sensor.
- **name** (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.