fixed typo (#10110)
This commit is contained in:
parent
179655b6b0
commit
e970edbf20
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class TestUptimeSensor(unittest.TestCase):
|
||||||
self.hass.stop()
|
self.hass.stop()
|
||||||
|
|
||||||
def test_uptime_min_config(self):
|
def test_uptime_min_config(self):
|
||||||
"""Test minimum uptime configutation."""
|
"""Test minimum uptime configuration."""
|
||||||
config = {
|
config = {
|
||||||
'sensor': {
|
'sensor': {
|
||||||
'platform': 'uptime',
|
'platform': 'uptime',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue