mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Update stale header doc
This commit is contained in:
parent
b2ad8db86b
commit
e26f0f7b7d
@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.automation.test_event
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
Tests event automation.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
tests.components.automation.test_init
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Tests automation component.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.automation.test_mqtt
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
Tests mqtt automation.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.automation.test_numeric_state
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
Tests numeric state automation.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.automation.test_state
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
Tests state automation.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.test_component_demo
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.automation.test_time
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests demo component.
|
||||
Tests time automation.
|
||||
"""
|
||||
from datetime import timedelta
|
||||
import unittest
|
||||
|
Loading…
x
Reference in New Issue
Block a user