Skip to content

Commit

Permalink
Merge pull request #27 from jesserockz/remove-ota-api-passwords
Browse files Browse the repository at this point in the history
Removes the (blank) api and ota passwords.
  • Loading branch information
magnusoverli authored Sep 21, 2020
2 parents 613fa9c + 7574ac7 commit 5f05d27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ESP_API_PWD: ''
ESP_OTA_PWD: ''
wifi_ssid: # Enter your WiFi SSID here. Example: `wifi_ssid: your_network_name`
wifi_password: # Enter your wifi password here. Example: `wifi_password: abcde123456`
2 changes: 0 additions & 2 deletions tagreader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ logger:

# Enable Home Assistant API
api:
password: !secret ESP_API_PWD
services:
- service: rfidreader_tag_ok
then:
Expand All @@ -65,7 +64,6 @@ api:

# Enable OTA upgrade
ota:
password: !secret ESP_OTA_PWD

# Enable SPI interface
spi:
Expand Down

0 comments on commit 5f05d27

Please sign in to comment.