Fix markdown using backtick (#24754)

This commit is contained in:
Massimiliano Cannarozzo 2022-10-31 08:44:10 +01:00 committed by GitHub
parent 398afa9a3c
commit 43dd895e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,13 +79,13 @@ If you have "sleep" mode enabled on your camera, you can use this service to wak
To enable/disable motion detection, use the Home Assistant built in services.
### Service `camera.enable_motion_detection'
### Service `camera.enable_motion_detection`
| Service data attribute | Description |
| -----------------------| ----------- |
| `entity_id` | String or list of strings that point at `entity_id`s of cameras. Use `entity_id: all` to target all. |
### Service `camera.disable_motion_detection'
### Service `camera.disable_motion_detection`
| Service data attribute | Description |
| -----------------------| ----------- |