mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove unnecessary string literal concatenations (#30360)
This commit is contained in:
@ -111,7 +111,7 @@ class TestShellCommand(unittest.TestCase):
|
||||
shell_command.DOMAIN,
|
||||
{
|
||||
shell_command.DOMAIN: {
|
||||
"test_service": ("ls /bin {{ states.sensor" ".test_state.state }}")
|
||||
"test_service": ("ls /bin {{ states.sensor.test_state.state }}")
|
||||
}
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user