mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
fixed typo (#10110)
This commit is contained in:
parent
179655b6b0
commit
e970edbf20
@ -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…
x
Reference in New Issue
Block a user