Some Upgrades.. some Housekeeping and Adding in Cameras.
This commit is contained in:
parent
bc6de3722a
commit
0d46d52a48
|
@ -1 +1 @@
|
||||||
2022.6.7
|
2022.8.6
|
|
@ -17,11 +17,25 @@ homeassistant:
|
||||||
- 192.168.10.0/24
|
- 192.168.10.0/24
|
||||||
# - !secret external_ip
|
# - !secret external_ip
|
||||||
allow_bypass_login: true
|
allow_bypass_login: true
|
||||||
network:
|
|
||||||
zeroconf:
|
# This is the section that loads with the default_config
|
||||||
system_health:
|
|
||||||
my:
|
dhcp:
|
||||||
energy:
|
energy:
|
||||||
|
frontend:
|
||||||
|
homeassistant_alerts:
|
||||||
|
image:
|
||||||
|
media_source:
|
||||||
|
my:
|
||||||
|
network:
|
||||||
|
person:
|
||||||
|
sun:
|
||||||
|
ssdp:
|
||||||
|
stream:
|
||||||
|
system_health:
|
||||||
|
webhook:
|
||||||
|
zeroconf:
|
||||||
|
### End of the default_Config stuff
|
||||||
|
|
||||||
config:
|
config:
|
||||||
|
|
||||||
|
@ -66,23 +80,10 @@ cloud:
|
||||||
# ip_ban_enabled: false
|
# ip_ban_enabled: false
|
||||||
# login_attempts_threshold: 3
|
# login_attempts_threshold: 3
|
||||||
|
|
||||||
frontend:
|
|
||||||
|
|
||||||
# panel_custom:
|
|
||||||
# - name: floorplan
|
|
||||||
# sidebar_title: Alarm Panel
|
|
||||||
# sidebar_icon: mdi:security-home
|
|
||||||
# url_path: floorplan
|
|
||||||
# config:
|
|
||||||
# hide_app_toolbar:
|
|
||||||
# config: /local/custom_ui/floorplan/floorplan.yaml
|
|
||||||
|
|
||||||
discovery:
|
discovery:
|
||||||
|
|
||||||
#updater:
|
#updater:
|
||||||
|
|
||||||
sun:
|
|
||||||
|
|
||||||
light: !include light_groups.yaml
|
light: !include light_groups.yaml
|
||||||
|
|
||||||
ifttt:
|
ifttt:
|
||||||
|
@ -156,7 +157,6 @@ nest:
|
||||||
# climate:
|
# climate:
|
||||||
# platform: nest
|
# platform: nest
|
||||||
|
|
||||||
media_source:
|
|
||||||
tts:
|
tts:
|
||||||
- platform: amazon_polly
|
- platform: amazon_polly
|
||||||
aws_access_key_id: !secret aws_access_key_ID
|
aws_access_key_id: !secret aws_access_key_ID
|
||||||
|
@ -176,8 +176,3 @@ switch: !include_dir_merge_list switch
|
||||||
script: !include_dir_merge_named script
|
script: !include_dir_merge_named script
|
||||||
input_boolean: !include_dir_merge_named input_boolean
|
input_boolean: !include_dir_merge_named input_boolean
|
||||||
shell_command: !include_dir_merge_named shell_command
|
shell_command: !include_dir_merge_named shell_command
|
||||||
|
|
||||||
camera:
|
|
||||||
- platform: generic
|
|
||||||
still_image_url: http://192.168.10.10:8123/local/front-doorbell.jpg
|
|
||||||
stream_source: rtsp://192.168.10.10:8554/front-doorbell
|
|
||||||
|
|
Loading…
Reference in New Issue