Add in Alerts.IO for Home Assistant alerts.
This commit is contained in:
parent
9284932226
commit
0df177308e
|
@ -1 +1 @@
|
|||
2021.11.4
|
||||
2021.11.5
|
|
@ -74,8 +74,8 @@ http:
|
|||
server_port: !secret http_port
|
||||
ssl_certificate: !secret ssl_certificate
|
||||
ssl_key: !secret ssl_key
|
||||
# ip_ban_enabled: True
|
||||
# login_attempts_threshold: 5
|
||||
ip_ban_enabled: True
|
||||
login_attempts_threshold: 3
|
||||
|
||||
frontend:
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ Interior Switches:
|
|||
- switch.foyer_outlet
|
||||
- switch.den_outlet
|
||||
- switch.living_room_outlet
|
||||
- switch.living_room_outlet_2
|
||||
|
||||
Kitchen Accents:
|
||||
entities:
|
||||
|
@ -26,3 +27,5 @@ Outdoor Seasonal:
|
|||
- switch.xmas2
|
||||
- switch.xmas3
|
||||
- switch.xmas4
|
||||
- switch.xmas_dual_outlet_1
|
||||
- switch.xmas_dual_outlet_2
|
||||
|
|
|
@ -9,6 +9,7 @@ feedreader:
|
|||
urls:
|
||||
- https://hasspodcast.io/feed/podcast #HA Podcast Feed
|
||||
- https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f #This is CCOSTAN's Smart Home Blog feed
|
||||
- https://alerts.home-assistant.io/feed.xml
|
||||
# - https://feeds.feedburner.com/RecentCommitsToBearStoneHA # - This is the Repo Commit feed.
|
||||
#-------------------------------------------
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 575 KiB |
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue