Lots of minor changes...dont remember all of them...
This commit is contained in:
parent
a5b91be8df
commit
55836c6159
|
@ -1,46 +1 @@
|
||||||
|
### Not Used ##
|
||||||
|
|
||||||
# # Outside
|
|
||||||
# - platform: mqtt
|
|
||||||
# name: "Side Door Light"
|
|
||||||
# command_topic: "zwave2mqtt/side_door_bulb/38/1/0/set"
|
|
||||||
# brightness_command_topic: "zwave2mqtt/side_door_bulb/38/1/0/set"
|
|
||||||
# brightness_scale: 99
|
|
||||||
# brightness_state_topic: "zwave2mqtt/side_door_bulb/38/1/0"
|
|
||||||
# on_command_type: "brightness"
|
|
||||||
# payload_off: '0'
|
|
||||||
|
|
||||||
# # Kitchen
|
|
||||||
|
|
||||||
# - platform: mqtt
|
|
||||||
# name: "Kitchen Cabinets"
|
|
||||||
# command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
|
|
||||||
# brightness_command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
|
|
||||||
# brightness_scale: 99
|
|
||||||
# brightness_state_topic: "zwave2mqtt/kitchen_cabinets/38/1/0"
|
|
||||||
# on_command_type: "brightness"
|
|
||||||
# payload_off: '0'
|
|
||||||
# retain: true
|
|
||||||
|
|
||||||
# - platform: mqtt
|
|
||||||
# name: "Kat Lamp"
|
|
||||||
# command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
|
|
||||||
# brightness_command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
|
|
||||||
# brightness_scale: 99
|
|
||||||
# brightness_state_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0"
|
|
||||||
# on_command_type: "brightness"
|
|
||||||
# payload_off: '0'
|
|
||||||
# retain: true
|
|
||||||
|
|
||||||
|
|
||||||
# # Theater
|
|
||||||
|
|
||||||
# - platform: mqtt
|
|
||||||
# name: Theater Light
|
|
||||||
# command_topic: "zwave2mqtt/theater/38/1/0/set"
|
|
||||||
# brightness_command_topic: "zwave2mqtt/theater/38/1/0/set"
|
|
||||||
# brightness_scale: 99
|
|
||||||
# brightness_state_topic: "zwave2mqtt/theater/38/1/0"
|
|
||||||
# on_command_type: "brightness"
|
|
||||||
# # payload_off: '0'
|
|
||||||
# retain: true
|
|
|
@ -83,24 +83,25 @@ wemo:
|
||||||
static:
|
static:
|
||||||
- 192.168.7.99
|
- 192.168.7.99
|
||||||
|
|
||||||
homekit:
|
# homekit:
|
||||||
filter:
|
# filter:
|
||||||
include_domains:
|
# include_domains:
|
||||||
- light
|
# - light
|
||||||
include_entities:
|
# include_entities:
|
||||||
- switch.croft_fan
|
# - switch.croft_fan
|
||||||
- switch.driveway_light_2
|
# - switch.driveway_light_2
|
||||||
- switch.incense
|
# - switch.incense
|
||||||
- switch.livingroom_fan
|
# - switch.livingroom_fan
|
||||||
- switch.rail_lights
|
# - switch.rail_lights
|
||||||
- switch.croft_light
|
# - switch.croft_light
|
||||||
- switch.kitchen_light_strip
|
# - switch.kitchen_light_strip
|
||||||
- switch.artemis
|
# - switch.artemis
|
||||||
- switch.fireplace_lights_2
|
# - switch.fireplace_lights_2
|
||||||
- switch.desk
|
# - switch.desk
|
||||||
- switch.forest_incense
|
# - switch.forest_incense
|
||||||
- switch.front_porch_light
|
# - switch.front_porch_light
|
||||||
- input_boolean.house_party_protocol
|
# - input_boolean.house_party_protocol
|
||||||
- switch.christmas_tree
|
# - switch.christmas_tree
|
||||||
- switch.rainbow_light
|
# - switch.rainbow_light
|
||||||
- switch.garage_fan
|
# - switch.garage_fan
|
||||||
|
|
||||||
|
|
|
@ -67,14 +67,14 @@ sensor:
|
||||||
school
|
school
|
||||||
{% elif is_state('calendar.skylar_events', 'on') %}
|
{% elif is_state('calendar.skylar_events', 'on') %}
|
||||||
{{ states.calendar.skylar_events.attributes.message }}
|
{{ states.calendar.skylar_events.attributes.message }}
|
||||||
{%- elif is_state('sensor.jeff_location', 'home') and is_state('sensor.kat_location', 'home') and is_state('input_boolean.skylar_school', 'off')%}
|
{%- elif is_state('person.jeffrey', 'home') and is_state('person.katherine', 'home') and is_state('input_boolean.skylar_school', 'off')%}
|
||||||
home
|
home
|
||||||
{%- elif is_state('sensor.jeff_location', 'Summit') and is_state('input_boolean.skylar_school', 'off')%}
|
{%- elif is_state('person.jeffrey', 'Summit') and is_state('input_boolean.skylar_school', 'off')%}
|
||||||
{{ states.sensor.kat_location.state }}
|
{{ states.sensor.kat_location.state }}
|
||||||
{%- elif is_state('sensor.kat_location', 'ZooAtlanta') and is_state('input_boolean.skylar_school', 'off')%}
|
{%- elif is_state('person.katherine', 'ZooAtlanta') and is_state('input_boolean.skylar_school', 'off')%}
|
||||||
{{ states.sensor.jeff_location.state }}
|
{{ states.person.jeffrey.state }}
|
||||||
{% else %}
|
{% else %}
|
||||||
Unknown
|
{{ states.person.skylar.state }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
|
|
|
@ -82,17 +82,17 @@ automation:
|
||||||
data:
|
data:
|
||||||
who: 'thejeffreystone'
|
who: 'thejeffreystone'
|
||||||
|
|
||||||
- id: tweet_recent_content_js
|
# - id: tweet_recent_content_js
|
||||||
alias: Tweet Recent Content js
|
# alias: Tweet Recent Content js
|
||||||
initial_state: true
|
# initial_state: true
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: time
|
# - platform: time
|
||||||
at: '13:00:00'
|
# at: '13:00:00'
|
||||||
action:
|
# action:
|
||||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||||
- service: script.twitter_recent_content
|
# - service: script.twitter_recent_content
|
||||||
data:
|
# data:
|
||||||
who: 'thejeffreystone'
|
# who: 'thejeffreystone'
|
||||||
|
|
||||||
- id: tweet_recent_content
|
- id: tweet_recent_content
|
||||||
alias: Tweet Recent Contents
|
alias: Tweet Recent Contents
|
||||||
|
@ -142,20 +142,20 @@ automation:
|
||||||
|
|
||||||
# The whole purpose of this automation is to tweet out some links to great Home Assistant content. This is not sponsored in any way.
|
# The whole purpose of this automation is to tweet out some links to great Home Assistant content. This is not sponsored in any way.
|
||||||
# I just wanted a way to give back to those I have borrowed from. Tweets ever Friday.
|
# I just wanted a way to give back to those I have borrowed from. Tweets ever Friday.
|
||||||
- id: tweet_some_great_content
|
# - id: tweet_some_great_content
|
||||||
alias: Tweet Some Great Content
|
# alias: Tweet Some Great Content
|
||||||
initial_state: true
|
# initial_state: true
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: time
|
# - platform: time
|
||||||
at: '13:00:00'
|
# at: '13:00:00'
|
||||||
condition:
|
# condition:
|
||||||
- condition: time
|
# - condition: time
|
||||||
weekday: fri
|
# weekday: fri
|
||||||
action:
|
# action:
|
||||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||||
- service: script.twitter_great_content
|
# - service: script.twitter_great_content
|
||||||
data:
|
# data:
|
||||||
who: 'slackerlabs'
|
# who: 'slackerlabs'
|
||||||
|
|
||||||
- id: bot_info
|
- id: bot_info
|
||||||
alias: Bot Info
|
alias: Bot Info
|
||||||
|
|
|
@ -9,5 +9,4 @@
|
||||||
value_template: '{{ value_json.name }}'
|
value_template: '{{ value_json.name }}'
|
||||||
json_attributes:
|
json_attributes:
|
||||||
- open_issues
|
- open_issues
|
||||||
- stargazers_count
|
- stargazers_count
|
||||||
|
|
Loading…
Reference in New Issue