diff --git a/config/packages/smart_life.yaml b/config/packages/smart_life.yaml new file mode 100755 index 00000000..d20fc238 --- /dev/null +++ b/config/packages/smart_life.yaml @@ -0,0 +1,34 @@ +#------------------------------------------- +# @CCOSTAN +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +################################### +## [Chevy Bolt](http://amzn.to/2DRP83a) +################################### + +# homeassistant: +# customize_glob: +# "sensor.skybell_*": +# icon: mdi:camera-front +# +# hidden: False +# homebridge_hidden: True + +# group: +# bolt: +# name: Chevy Bolt EV +# control: hidden +# entities: +# - device_tracker.Carlo_Bolt +# - binary_sensor.mychevy_plugged_in +# - sensor.mychevy_charge_mode +# - sensor.mychevy_charging +# - sensor.mychevy_evcharge +# - sensor.mychevy_mileage +# - sensor.mychevy_range +# - sensor.mychevy_status + +tuya: + username: !secret tuya_username + password: !secret tuya_password + country_code: 1 + platform: smart_life diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index 460fd5ac..d5c26dcd 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -289,19 +289,19 @@ entities: light.outdoor_foyer: state: 'on' - color_name: 'white' + color_name: 'blue' light.stone_door: state: 'on' - color_name: 'blue' + color_name: 'white' light.outdoor_sconce_1: state: 'on' - color_name: 'blue' + color_name: 'white' light.outdoor_sconce_2: state: 'on' color_name: 'white' light.outdoor_sconce_3: state: 'on' - color_name: 'blue' + color_name: 'white' light.led_garage_large: state: 'on' color_name: 'Blue' @@ -310,7 +310,7 @@ color_name: 'Blue' light.led_garage_small: state: 'on' - color_name: 'white' + color_name: 'blue' light.led_outdoor_den: state: 'on' color_name: 'blue' diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index aa54c8f4..60c3b447 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -55,6 +55,8 @@ rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx skybell_username: user@email.com skybell_password: password travis_api: THISisTheMostSecureAPIKeyEva +tuya_username: username@me.com +tuya_password: vCloudInfoPassword twitter_consumer_key: LotsOfNumbers twitter_consumer_secret: LotsOfLetters twitter_access_token: Access-to-BearStoneHA 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 27a419fd..2b975409 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