mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add get_config (#2627)
This commit is contained in:
committed by
Paulus Schoutsen
parent
b4990d61f9
commit
fed2c33b54
@@ -295,3 +295,7 @@ class TestRemoteClasses(unittest.TestCase):
|
||||
hass.pool.block_till_done()
|
||||
|
||||
self.assertEqual(1, len(test_value))
|
||||
|
||||
def test_get_config(self):
|
||||
"""Test the return of the configuration."""
|
||||
self.assertEqual(hass.config.as_dict(), remote.get_config(master_api))
|
||||
|
||||
Reference in New Issue
Block a user