mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
"name" not required
Does not seem like "name" is required and it is not mentioned in example 2.
This commit is contained in:
parent
da17b7c74a
commit
9aab27bf47
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user