mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Adding an example for camera feed without entities (#8035)
This commit is contained in:
parent
4e98de3efc
commit
188e88b547
@ -147,6 +147,15 @@ Display a camera image as background:
|
|||||||
camera_image: camera.demo_camera
|
camera_image: camera.demo_camera
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Display a camera image without additional entities:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: picture-glance
|
||||||
|
title: Front garden
|
||||||
|
entities: []
|
||||||
|
camera_image: camera.front_garden_camera
|
||||||
|
```
|
||||||
|
|
||||||
Use different images based on entity state:
|
Use different images based on entity state:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user