mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 20:39:01 +00:00
Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
committed by
Fabian Affolter
parent
38fd9b65bf
commit
8dcfd35b8b
@@ -18,7 +18,7 @@ class TestRandomSensor(unittest.TestCase):
|
||||
self.hass.stop()
|
||||
|
||||
def test_random_sensor(self):
|
||||
"""Test the Randowm number sensor."""
|
||||
"""Test the Random number sensor."""
|
||||
config = {
|
||||
'sensor': {
|
||||
'platform': 'random',
|
||||
|
||||
Reference in New Issue
Block a user