mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +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."""
|
"""Set up the template select."""
|
||||||
if discovery_info is None:
|
if discovery_info is None:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Template number entities can only be configured under template:"
|
"Template select entities can only be configured under template:"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user