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
|
||||
username: !secret blueiris_user
|
||||
password: !secret blueiris_pass
|
||||
- platform: generic
|
||||
still_image_url: !secret blueiris_pizero
|
||||
name: PiZero
|
||||
username: !secret blueiris_user
|
||||
password: !secret blueiris_pass
|
||||
|
||||
switch:
|
||||
- platform: hikvisioncam
|
||||
|
|
|
@ -85,13 +85,14 @@ default_view:
|
|||
name: Home
|
||||
view: yes
|
||||
entities:
|
||||
- group.kitchen
|
||||
- group.security
|
||||
- group.hall
|
||||
- group.kitchen
|
||||
- group.living_room
|
||||
- group.nova
|
||||
- group.security
|
||||
- group.presence
|
||||
- group.batteries
|
||||
- camera.pizero
|
||||
|
||||
detail:
|
||||
name: Detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue