Removed deprecated api-password from config
This commit is contained in:
parent
5235e48023
commit
1c48bac6f2
@ -22,7 +22,6 @@ logger:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ logger:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
|
@ -61,7 +61,6 @@ logger:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ wifi:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
|
@ -38,14 +38,6 @@ i2c:
|
|||||||
|
|
||||||
# DHT22 sensor
|
# DHT22 sensor
|
||||||
sensor:
|
sensor:
|
||||||
# - platform: dht
|
|
||||||
# model: dht22
|
|
||||||
# pin: 22
|
|
||||||
# temperature:
|
|
||||||
# name: "Temperatur Serverraum"
|
|
||||||
# humidity:
|
|
||||||
# name: "Luftfeuchtigkeit Serverraum"
|
|
||||||
# update_interval: 60s
|
|
||||||
- platform: bmp280
|
- platform: bmp280
|
||||||
i2c_id: bus_a
|
i2c_id: bus_a
|
||||||
temperature:
|
temperature:
|
||||||
|
@ -61,7 +61,6 @@ logger:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user