Fixed #071 by removing wwlln
This commit is contained in:
parent
5662d2f4cb
commit
837e2a9024
|
@ -1,10 +1,10 @@
|
||||||
homeassistant:
|
homeassistant:
|
||||||
name: Home
|
# name: Home
|
||||||
latitude: !secret MY_LATITUDE
|
# latitude: !secret MY_LATITUDE
|
||||||
longitude: !secret MY_LONGITUDE
|
# longitude: !secret MY_LONGITUDE
|
||||||
elevation: 315
|
# elevation: 315
|
||||||
unit_system: imperial
|
# unit_system: imperial
|
||||||
time_zone: America/New_York
|
# time_zone: America/New_York
|
||||||
customize: !include customize.yaml
|
customize: !include customize.yaml
|
||||||
auth_providers:
|
auth_providers:
|
||||||
- type: homeassistant
|
- type: homeassistant
|
||||||
|
@ -16,7 +16,7 @@ default_config:
|
||||||
|
|
||||||
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||||
http:
|
http:
|
||||||
base_url: !secret ahsl_base_url
|
#base_url: !secret ahsl_base_url
|
||||||
ssl_certificate: !secret ahsl_ssl_cert
|
ssl_certificate: !secret ahsl_ssl_cert
|
||||||
ssl_key: !secret ahsl_ssl_key
|
ssl_key: !secret ahsl_ssl_key
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
|
@ -108,9 +108,7 @@ speedtestdotnet:
|
||||||
|
|
||||||
|
|
||||||
discovery:
|
discovery:
|
||||||
ignore:
|
|
||||||
- igd
|
|
||||||
- homekit
|
|
||||||
|
|
||||||
updater:
|
updater:
|
||||||
include_used_components: true
|
include_used_components: true
|
||||||
|
@ -175,8 +173,6 @@ ecobee:
|
||||||
|
|
||||||
map:
|
map:
|
||||||
|
|
||||||
wwlln:
|
|
||||||
|
|
||||||
geo_location:
|
geo_location:
|
||||||
- platform: usgs_earthquakes_feed
|
- platform: usgs_earthquakes_feed
|
||||||
feed_type: 'past_hour_all_earthquakes'
|
feed_type: 'past_hour_all_earthquakes'
|
||||||
|
|
Loading…
Reference in New Issue