Lots of Updates after 2021.11 -> Moved FLUX_LED to UI
This commit is contained in:
parent
ce1a934160
commit
c73d28192f
|
@ -1 +1 @@
|
||||||
2021.10.1
|
2021.11.0
|
|
@ -31,7 +31,7 @@
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.flood2' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.flood_2' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.treeflood' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.treeflood' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
- light.led_garage_small
|
- light.led_garage_small
|
||||||
- light.led_outdoor_den
|
- light.led_outdoor_den
|
||||||
- light.outdoor_bathroom
|
- light.outdoor_bathroom
|
||||||
- light.flood2
|
- light.flood_2
|
||||||
- light.hallway
|
- light.hallway
|
||||||
- light.hallway_lights
|
- light.hallway_lights
|
||||||
- light.foyer_lights
|
- light.foyer_lights
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.hallway_lights
|
- light.hallway_lights
|
||||||
- switch.spaceship_update_switch
|
#- switch.spaceship_update_switch - Tesla integration was removed.
|
||||||
|
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -180,7 +180,7 @@ tts:
|
||||||
|
|
||||||
homekit: !include homekit.yaml
|
homekit: !include homekit.yaml
|
||||||
group: !include_dir_merge_named group
|
group: !include_dir_merge_named group
|
||||||
device_tracker: !include_dir_merge_list device_tracker
|
# device_tracker: !include_dir_merge_list device_tracker - All trackers have been moved to the UI.
|
||||||
sensor: !include_dir_merge_list sensor
|
sensor: !include_dir_merge_list sensor
|
||||||
automation: !include_dir_merge_list automation
|
automation: !include_dir_merge_list automation
|
||||||
scene: !include_dir_merge_list scene
|
scene: !include_dir_merge_list scene
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,22 +6,24 @@
|
||||||
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
|
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
|
||||||
######################################################################################################
|
######################################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
# Moved to UI
|
||||||
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
||||||
- platform: flux_led
|
# - platform: flux_led
|
||||||
automatic_add: True
|
# automatic_add: True
|
||||||
devices:
|
# devices:
|
||||||
192.168.10.30:
|
# 192.168.10.30:
|
||||||
name: led_garage_snip
|
# name: led_garage_snip
|
||||||
mode: "rgb"
|
# mode: "rgb"
|
||||||
192.168.10.31:
|
# 192.168.10.31:
|
||||||
name: led_outdoor_den
|
# name: led_outdoor_den
|
||||||
mode: "rgb"
|
# mode: "rgb"
|
||||||
192.168.10.32:
|
# 192.168.10.32:
|
||||||
name: led_garage_large
|
# name: led_garage_large
|
||||||
mode: "rgb"
|
# mode: "rgb"
|
||||||
192.168.10.33:
|
# 192.168.10.33:
|
||||||
name: led_garage_small
|
# name: led_garage_small
|
||||||
mode: "rgb"
|
# mode: "rgb"
|
||||||
|
|
||||||
- platform: group
|
- platform: group
|
||||||
name: Kitchen Lights
|
name: Kitchen Lights
|
||||||
|
@ -115,7 +117,7 @@
|
||||||
- light.led_outdoor_den
|
- light.led_outdoor_den
|
||||||
- light.front_door
|
- light.front_door
|
||||||
- light.treeflood
|
- light.treeflood
|
||||||
- light.flood2
|
- light.flood_2
|
||||||
- light.pathmiddle
|
- light.pathmiddle
|
||||||
|
|
||||||
- platform: group
|
- platform: group
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
#-------------------------------------------
|
|
||||||
# @CCOSTAN
|
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
||||||
###################################
|
|
||||||
## [Chevy Bolt](http://amzn.to/2DRP83a)
|
|
||||||
###################################
|
|
||||||
|
|
||||||
# homeassistant:
|
|
||||||
# customize_glob:
|
|
||||||
# "sensor.skybell_*":
|
|
||||||
# icon: mdi:camera-front
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# group:
|
|
||||||
# bolt:
|
|
||||||
# name: Chevy Bolt EV
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
|
|
||||||
mychevy:
|
|
||||||
username: !secret mychevy_email
|
|
||||||
password: !secret mychevy_password
|
|
|
@ -3,6 +3,8 @@
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
###################################
|
###################################
|
||||||
## TPink compatible Devices - https://www.vcloudinfo.com/2018/12/how-to-waterproof-your-outdoor-smart.html
|
## TPink compatible Devices - https://www.vcloudinfo.com/2018/12/how-to-waterproof-your-outdoor-smart.html
|
||||||
|
|
||||||
|
TPLink no longer needed as it was moved into the UI.
|
||||||
###################################
|
###################################
|
||||||
tplink:
|
tplink:
|
||||||
# discovery: false
|
# discovery: false
|
|
@ -28,7 +28,7 @@
|
||||||
light.front_door:
|
light.front_door:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: &red [204,0,0]
|
rgb_color: &red [204,0,0]
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.outdoor_sconce_3:
|
light.outdoor_sconce_3:
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
light.front_door:
|
light.front_door:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: &purple [128,0,128]
|
rgb_color: &purple [128,0,128]
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *gold
|
rgb_color: *gold
|
||||||
light.outdoor_sconce_1:
|
light.outdoor_sconce_1:
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
light.front_door:
|
light.front_door:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *lavender
|
rgb_color: *lavender
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: &yellow [255,255,0]
|
rgb_color: &yellow [255,255,0]
|
||||||
light.outdoor_sconce_1:
|
light.outdoor_sconce_1:
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.front_door:
|
light.front_door:
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.front_door:
|
light.front_door:
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: &orange [255,165,0]
|
rgb_color: &orange [255,165,0]
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *orange
|
rgb_color: *orange
|
||||||
light.treeflood:
|
light.treeflood:
|
||||||
|
@ -257,7 +257,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *blue
|
rgb_color: *blue
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *green
|
rgb_color: *green
|
||||||
light.front_door:
|
light.front_door:
|
||||||
|
@ -304,7 +304,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *blue
|
rgb_color: *blue
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *blue
|
rgb_color: *blue
|
||||||
light.treeflood:
|
light.treeflood:
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
light.treeflood:
|
light.treeflood:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *green
|
rgb_color: *green
|
||||||
light.front_door:
|
light.front_door:
|
||||||
|
@ -377,7 +377,7 @@
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.flood2:
|
light.flood_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
rgb_color: *red
|
rgb_color: *red
|
||||||
light.front_door:
|
light.front_door:
|
||||||
|
|
|
@ -299,6 +299,9 @@ tweet_youtube_engine_setup:
|
||||||
],
|
],
|
||||||
"WeightLossJourney": [
|
"WeightLossJourney": [
|
||||||
"How I lost 50 Pounds in 8 months (https://youtu.be/TpxOwCobclI)"
|
"How I lost 50 Pounds in 8 months (https://youtu.be/TpxOwCobclI)"
|
||||||
|
],
|
||||||
|
"SnapPower": [
|
||||||
|
"Replace your Nightlights with SnapPower Outlets (https://youtu.be/GDIo0SNhaFU)"
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
||||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
||||||
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
|
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
|
||||||
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney"
|
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney",
|
||||||
|
"SnapPower"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
Loading…
Reference in New Issue