Consolidate more platforms (#22308)
* Consolidate final platforms * Fix some tests * Fix more tests * Fix more tests
This commit is contained in:
parent
4c4eff1d62
commit
1ddc249989
45 changed files with 98 additions and 97 deletions
|
@ -80,7 +80,7 @@ class TestImageProcessing:
|
|||
"""Stop everything that was started."""
|
||||
self.hass.stop()
|
||||
|
||||
@patch('homeassistant.components.camera.demo.DemoCamera.camera_image',
|
||||
@patch('homeassistant.components.demo.camera.DemoCamera.camera_image',
|
||||
autospec=True, return_value=b'Test')
|
||||
def test_get_image_from_camera(self, mock_camera):
|
||||
"""Grab an image from camera entity."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue