diff --git a/homeassistant/components/camera/services.yaml b/homeassistant/components/camera/services.yaml index 14f94976984..70d33da884c 100644 --- a/homeassistant/components/camera/services.yaml +++ b/homeassistant/components/camera/services.yaml @@ -36,7 +36,7 @@ snapshot: example: "camera.living_room_camera" filename: description: Template of a Filename. Variable is entity_id. - example: "/tmp/snapshot_{{ entity_id }}" + example: "/tmp/snapshot_{{ entity_id.name }}.jpg" play_stream: description: Play camera stream on supported media player. @@ -59,7 +59,7 @@ record: example: "camera.living_room_camera" filename: description: Template of a Filename. Variable is entity_id. Must be mp4. - example: "/tmp/snapshot_{{ entity_id }}.mp4" + example: "/tmp/snapshot_{{ entity_id.name }}.mp4" duration: description: (Optional) Target recording length (in seconds). default: 30