diff --git a/config/packages/rheem_econet.yaml b/config/packages/rheem_econet.yaml new file mode 100755 index 00000000..37a925a6 --- /dev/null +++ b/config/packages/rheem_econet.yaml @@ -0,0 +1,17 @@ +#------------------------------------------- +# @CCOSTAN +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# Support for Rheem Water Heaters (https://amzn.to/36yOSnN) +# https://github.com/CCOSTAN/Home-AssistantConfig/issues/892 +# https://www.home-assistant.io/integrations/econet/ +# No Sensors are added. Only 2 Services to put the mode in Vacation Mode (and then exit) +#------------------------------------------- + +water_heater: + - platform: econet + username: !secret rheem_username + password: !secret rheem_password + +############################################################################## +### Automations +############################################################################## diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index f8e14499..79790053 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -43,6 +43,8 @@ github_webhook: https://www.home-assistant.io/docs/automation/trigger/#webhook-t github_token: "Bearer sampleTOKEN" google_cal_clientid: clientidsecretsecretsecret.apps.googleusercontent.com google_cal_clientsecret: more-secretstuff +rheem_username: user@email.com +rheem_password: password sleepiq_username: user@email.com sleepiq_password: password synology_url: https://www.vcloudinfo.com/2019/03/using-foscam-cameras-with-home-assistant-and-synology.html diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index f01dd606..37569b2c 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ 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 3f36d3bc..741cbdb8 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