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
|
||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
||||
- 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
|
||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.treeflood' }}"
|
||||
- condition: template
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
- light.led_garage_small
|
||||
- light.led_outdoor_den
|
||||
- light.outdoor_bathroom
|
||||
- light.flood2
|
||||
- light.flood_2
|
||||
- light.hallway
|
||||
- light.hallway_lights
|
||||
- light.foyer_lights
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.hallway_lights
|
||||
- switch.spaceship_update_switch
|
||||
#- switch.spaceship_update_switch - Tesla integration was removed.
|
||||
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
|
|
|
@ -180,7 +180,7 @@ tts:
|
|||
|
||||
homekit: !include homekit.yaml
|
||||
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
|
||||
automation: !include_dir_merge_list automation
|
||||
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
|
||||
######################################################################################################
|
||||
|
||||
|
||||
# Moved to UI
|
||||
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
||||
- platform: flux_led
|
||||
automatic_add: True
|
||||
devices:
|
||||
192.168.10.30:
|
||||
name: led_garage_snip
|
||||
mode: "rgb"
|
||||
192.168.10.31:
|
||||
name: led_outdoor_den
|
||||
mode: "rgb"
|
||||
192.168.10.32:
|
||||
name: led_garage_large
|
||||
mode: "rgb"
|
||||
192.168.10.33:
|
||||
name: led_garage_small
|
||||
mode: "rgb"
|
||||
# - platform: flux_led
|
||||
# automatic_add: True
|
||||
# devices:
|
||||
# 192.168.10.30:
|
||||
# name: led_garage_snip
|
||||
# mode: "rgb"
|
||||
# 192.168.10.31:
|
||||
# name: led_outdoor_den
|
||||
# mode: "rgb"
|
||||
# 192.168.10.32:
|
||||
# name: led_garage_large
|
||||
# mode: "rgb"
|
||||
# 192.168.10.33:
|
||||
# name: led_garage_small
|
||||
# mode: "rgb"
|
||||
|
||||
- platform: group
|
||||
name: Kitchen Lights
|
||||
|
@ -115,7 +117,7 @@
|
|||
- light.led_outdoor_den
|
||||
- light.front_door
|
||||
- light.treeflood
|
||||
- light.flood2
|
||||
- light.flood_2
|
||||
- light.pathmiddle
|
||||
|
||||
- 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
|
||||
###################################
|
||||
## 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:
|
||||
# discovery: false
|
|
@ -28,7 +28,7 @@
|
|||
light.front_door:
|
||||
state: 'on'
|
||||
rgb_color: &red [204,0,0]
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.outdoor_sconce_3:
|
||||
|
@ -71,7 +71,7 @@
|
|||
light.front_door:
|
||||
state: 'on'
|
||||
rgb_color: &purple [128,0,128]
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *gold
|
||||
light.outdoor_sconce_1:
|
||||
|
@ -120,7 +120,7 @@
|
|||
light.front_door:
|
||||
state: 'on'
|
||||
rgb_color: *lavender
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: &yellow [255,255,0]
|
||||
light.outdoor_sconce_1:
|
||||
|
@ -154,7 +154,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.front_door:
|
||||
|
@ -190,7 +190,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.front_door:
|
||||
|
@ -233,7 +233,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: &orange [255,165,0]
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *orange
|
||||
light.treeflood:
|
||||
|
@ -257,7 +257,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: *blue
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *green
|
||||
light.front_door:
|
||||
|
@ -304,7 +304,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: *blue
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *blue
|
||||
light.treeflood:
|
||||
|
@ -343,7 +343,7 @@
|
|||
light.treeflood:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *green
|
||||
light.front_door:
|
||||
|
@ -377,7 +377,7 @@
|
|||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.flood2:
|
||||
light.flood_2:
|
||||
state: 'on'
|
||||
rgb_color: *red
|
||||
light.front_door:
|
||||
|
|
|
@ -299,6 +299,9 @@ tweet_youtube_engine_setup:
|
|||
],
|
||||
"WeightLossJourney": [
|
||||
"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",
|
||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
||||
"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 }}
|
||||
|
|
Loading…
Reference in New Issue