Add second camera, adjust groups
This commit is contained in:
parent
329bbe567d
commit
e6f3725553
2 changed files with 8 additions and 2 deletions
|
@ -76,6 +76,11 @@ camera:
|
||||||
name: Hall
|
name: Hall
|
||||||
username: !secret blueiris_user
|
username: !secret blueiris_user
|
||||||
password: !secret blueiris_pass
|
password: !secret blueiris_pass
|
||||||
|
- platform: generic
|
||||||
|
still_image_url: !secret blueiris_pizero
|
||||||
|
name: PiZero
|
||||||
|
username: !secret blueiris_user
|
||||||
|
password: !secret blueiris_pass
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: hikvisioncam
|
- platform: hikvisioncam
|
||||||
|
|
|
@ -85,13 +85,14 @@ default_view:
|
||||||
name: Home
|
name: Home
|
||||||
view: yes
|
view: yes
|
||||||
entities:
|
entities:
|
||||||
- group.kitchen
|
- group.security
|
||||||
- group.hall
|
- group.hall
|
||||||
|
- group.kitchen
|
||||||
- group.living_room
|
- group.living_room
|
||||||
- group.nova
|
- group.nova
|
||||||
- group.security
|
|
||||||
- group.presence
|
- group.presence
|
||||||
- group.batteries
|
- group.batteries
|
||||||
|
- camera.pizero
|
||||||
|
|
||||||
detail:
|
detail:
|
||||||
name: Detail
|
name: Detail
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue