#template binary sensor ignoring unique_id field
1 messages · Page 1 of 1 (latest)
It won't do that if you provide unique_id to the binary_sensor. Post your yaml because it's likely not correct.
The unique id is only used for the entity id in case no name is provided. In that case it uses the unique_id prefixed with template_
In case a name is provided, the slugified version of the name is used for the entity id
It also allows the UI editing.