mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix typo in template select (#61919)
This commit is contained in:
parent
67061aeb7d
commit
b42e2e6ef0
@ -86,7 +86,7 @@ async def async_setup_platform(
|
||||
"""Set up the template select."""
|
||||
if discovery_info is None:
|
||||
_LOGGER.warning(
|
||||
"Template number entities can only be configured under template:"
|
||||
"Template select entities can only be configured under template:"
|
||||
)
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user