Changed the Hanukkah colors up a bit.
This commit is contained in:
parent
3cb6618f87
commit
351f0195db
|
@ -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
|
|
@ -289,19 +289,19 @@
|
||||||
entities:
|
entities:
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'white'
|
color_name: 'blue'
|
||||||
light.stone_door:
|
light.stone_door:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'blue'
|
color_name: 'white'
|
||||||
light.outdoor_sconce_1:
|
light.outdoor_sconce_1:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'blue'
|
color_name: 'white'
|
||||||
light.outdoor_sconce_2:
|
light.outdoor_sconce_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'white'
|
color_name: 'white'
|
||||||
light.outdoor_sconce_3:
|
light.outdoor_sconce_3:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'blue'
|
color_name: 'white'
|
||||||
light.led_garage_large:
|
light.led_garage_large:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'Blue'
|
color_name: 'Blue'
|
||||||
|
@ -310,7 +310,7 @@
|
||||||
color_name: 'Blue'
|
color_name: 'Blue'
|
||||||
light.led_garage_small:
|
light.led_garage_small:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'white'
|
color_name: 'blue'
|
||||||
light.led_outdoor_den:
|
light.led_outdoor_den:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'blue'
|
color_name: 'blue'
|
||||||
|
|
|
@ -55,6 +55,8 @@ rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
skybell_username: user@email.com
|
skybell_username: user@email.com
|
||||||
skybell_password: password
|
skybell_password: password
|
||||||
travis_api: THISisTheMostSecureAPIKeyEva
|
travis_api: THISisTheMostSecureAPIKeyEva
|
||||||
|
tuya_username: username@me.com
|
||||||
|
tuya_password: vCloudInfoPassword
|
||||||
twitter_consumer_key: LotsOfNumbers
|
twitter_consumer_key: LotsOfNumbers
|
||||||
twitter_consumer_secret: LotsOfLetters
|
twitter_consumer_secret: LotsOfLetters
|
||||||
twitter_access_token: Access-to-BearStoneHA
|
twitter_access_token: Access-to-BearStoneHA
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Loading…
Reference in New Issue