Lots of minor changes...dont remember all of them...

This commit is contained in:
Jeffrey Stone 2021-06-16 21:13:16 -04:00
parent a5b91be8df
commit 55836c6159
5 changed files with 54 additions and 99 deletions

View File

@ -1,46 +1 @@
# # 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
### Not Used ##

View File

@ -83,24 +83,25 @@ wemo:
static:
- 192.168.7.99
homekit:
filter:
include_domains:
- light
include_entities:
- switch.croft_fan
- switch.driveway_light_2
- switch.incense
- switch.livingroom_fan
- switch.rail_lights
- switch.croft_light
- switch.kitchen_light_strip
- switch.artemis
- switch.fireplace_lights_2
- switch.desk
- switch.forest_incense
- switch.front_porch_light
- input_boolean.house_party_protocol
- switch.christmas_tree
- switch.rainbow_light
- switch.garage_fan
# homekit:
# filter:
# include_domains:
# - light
# include_entities:
# - switch.croft_fan
# - switch.driveway_light_2
# - switch.incense
# - switch.livingroom_fan
# - switch.rail_lights
# - switch.croft_light
# - switch.kitchen_light_strip
# - switch.artemis
# - switch.fireplace_lights_2
# - switch.desk
# - switch.forest_incense
# - switch.front_porch_light
# - input_boolean.house_party_protocol
# - switch.christmas_tree
# - switch.rainbow_light
# - switch.garage_fan

View File

@ -67,14 +67,14 @@ sensor:
school
{% elif is_state('calendar.skylar_events', 'on') %}
{{ 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
{%- 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 }}
{%- elif is_state('sensor.kat_location', 'ZooAtlanta') and is_state('input_boolean.skylar_school', 'off')%}
{{ states.sensor.jeff_location.state }}
{%- elif is_state('person.katherine', 'ZooAtlanta') and is_state('input_boolean.skylar_school', 'off')%}
{{ states.person.jeffrey.state }}
{% else %}
Unknown
{{ states.person.skylar.state }}
{%- endif %}
- platform: template
sensors:

View File

@ -82,17 +82,17 @@ automation:
data:
who: 'thejeffreystone'
- id: tweet_recent_content_js
alias: Tweet Recent Content js
initial_state: true
trigger:
- platform: time
at: '13:00:00'
action:
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
- service: script.twitter_recent_content
data:
who: 'thejeffreystone'
# - id: tweet_recent_content_js
# alias: Tweet Recent Content js
# initial_state: true
# trigger:
# - platform: time
# at: '13:00:00'
# action:
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
# - service: script.twitter_recent_content
# data:
# who: 'thejeffreystone'
- id: tweet_recent_content
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.
# I just wanted a way to give back to those I have borrowed from. Tweets ever Friday.
- id: tweet_some_great_content
alias: Tweet Some Great Content
initial_state: true
trigger:
- platform: time
at: '13:00:00'
condition:
- condition: time
weekday: fri
action:
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
- service: script.twitter_great_content
data:
who: 'slackerlabs'
# - id: tweet_some_great_content
# alias: Tweet Some Great Content
# initial_state: true
# trigger:
# - platform: time
# at: '13:00:00'
# condition:
# - condition: time
# weekday: fri
# action:
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
# - service: script.twitter_great_content
# data:
# who: 'slackerlabs'
- id: bot_info
alias: Bot Info

View File

@ -10,4 +10,3 @@
json_attributes:
- open_issues
- stargazers_count