Closes #1077 - Removes INFLUX DB
This commit is contained in:
parent
fcd5b114f5
commit
e5e37d68fd
|
@ -31,10 +31,10 @@ network:
|
|||
zeroconf:
|
||||
system_health:
|
||||
|
||||
#Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.
|
||||
influxdb:
|
||||
host: 192.168.10.10
|
||||
database: home_assistant
|
||||
# #Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.
|
||||
# influxdb:
|
||||
# host: 192.168.10.10
|
||||
# database: home_assistant
|
||||
|
||||
config:
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
|
||||
#-------------------------------------------
|
||||
# Located in the Grafana package. Tweets out Solar Production Daily!
|
||||
#
|
||||
automation:
|
||||
- alias: Notify if Grid is down
|
||||
id: 56a32121-5725-4510-a1fa-10f69a5c82ef
|
||||
|
|
Loading…
Reference in New Issue