feat: Make cameras optional (#2343)
This commit is contained in:
+9
-1
@@ -27,7 +27,7 @@ See [Advanced Installation](advanced-installation.md) for other installation res
|
||||
|
||||
## Initial configuration
|
||||
|
||||
### Minimal configuration
|
||||
### Minimal camera configuration
|
||||
|
||||
```yaml
|
||||
type: custom:advanced-camera-card
|
||||
@@ -35,6 +35,14 @@ cameras:
|
||||
- camera_entity: camera.office
|
||||
```
|
||||
|
||||
### Minimal folder configuration
|
||||
|
||||
```yaml
|
||||
type: custom:advanced-camera-card
|
||||
folders:
|
||||
- type: ha
|
||||
```
|
||||
|
||||
### Video scrubbing configuration
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user