mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 01:46:29 +00:00
Fix typo in camera docs (#1034)
This commit is contained in:
parent
2be68d6893
commit
a12ebaff50
@ -24,7 +24,7 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
|
||||
### Camera Image
|
||||
|
||||
When the width and height as passed, scaling should be done on a best-effort basis. The UI will fall back to scaling at the display layer if scaling cannot be done by the camera.
|
||||
When the width and height are passed, scaling should be done on a best-effort basis. The UI will fall back to scaling at the display layer if scaling cannot be done by the camera.
|
||||
|
||||
- Integrations should pass on the width and height if the underlying camera is capable of scaling the image.
|
||||
|
||||
@ -111,4 +111,4 @@ class MyCamera(Camera):
|
||||
|
||||
async def async_disable_motion_detection(self) -> None:
|
||||
"""Disable motion detection in camera."""
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user