diff --git a/config/automation/Speech/new_device.yaml b/config/automation/Speech/new_device.yaml index 61d599dd..12bc571f 100755 --- a/config/automation/Speech/new_device.yaml +++ b/config/automation/Speech/new_device.yaml @@ -19,7 +19,7 @@ data_template: tweet: > {{ [ - "New Device on the Network! @MeetCircle has alerted me me and now it is locked down.", + "New Device on the Network! @MeetCircle has alerted me and now it is locked down.", "Constant monitoring of the network by @MeetCircle has detected a new device in the environment." ] | random + " (http://amzn.to/2eAgaA6)"}} ############################################################################## diff --git a/config/configuration.yaml b/config/configuration.yaml index 41063c4f..c59bfaeb 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -71,7 +71,7 @@ cloud: display_categories: LIGHT http: base_url: !secret http_base_url - # server_port: !secret http_port + server_port: !secret server_port api_password: !secret http_api_password ssl_certificate: !secret ssl_certificate ssl_key: !secret ssl_key diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index f72c4f97..330e7ebc 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -4,6 +4,7 @@ homeassistant_elevation: 00 http_api_password: password http_port: 80 external_ip: 10.10.10.10 +server_port: 8123 MQTT_username: MQTT_username MQTT_password: password ssl_certificate: fake_key.pem diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index f5ed6e72..42ab49c6 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ