Tried todoist integration, didn't like it so I disabled it. But I might try it again so leaving it.
This commit is contained in:
parent
2791f04209
commit
ba68d9f728
|
@ -27,6 +27,23 @@ life360:
|
||||||
ecobee:
|
ecobee:
|
||||||
api_key: !secret ecobee_api
|
api_key: !secret ecobee_api
|
||||||
|
|
||||||
|
# calendar:
|
||||||
|
# - platform: todoist
|
||||||
|
# token: !secret todoist_token
|
||||||
|
# custom_projects:
|
||||||
|
# - name: 'All Projects'
|
||||||
|
# - name: 'Due Today'
|
||||||
|
# due_date_days: 0
|
||||||
|
# - name: 'Due This Week'
|
||||||
|
# due_date_days: 7
|
||||||
|
# - name: 'Follow up'
|
||||||
|
# labels:
|
||||||
|
# - Engagement
|
||||||
|
# include_projects:
|
||||||
|
# - SlackerLabs
|
||||||
|
# - name: 'Work Stuff'
|
||||||
|
# include_projects:
|
||||||
|
# - Work
|
||||||
|
|
||||||
gdacs:
|
gdacs:
|
||||||
categories:
|
categories:
|
||||||
|
@ -73,20 +90,29 @@ wemo:
|
||||||
# include_domains:
|
# include_domains:
|
||||||
# - light
|
# - light
|
||||||
# include_entities:
|
# include_entities:
|
||||||
# - switch.croft_fan
|
# - switch.master_bath_fan
|
||||||
# - switch.driveway_light_2
|
# - switch.master_bedroom_bookcase
|
||||||
# - switch.incense
|
|
||||||
# - switch.livingroom_fan
|
|
||||||
# - switch.rail_lights
|
# - switch.rail_lights
|
||||||
# - switch.croft_light
|
# - switch.skylars_christmas_tree
|
||||||
# - switch.kitchen_light_strip
|
# - switch.sleep_aid
|
||||||
# - switch.artemis
|
# - switch.artemis
|
||||||
# - switch.fireplace_lights_2
|
# - switch.croft_fan
|
||||||
# - switch.desk
|
# - switch.croft_light
|
||||||
|
# - switch.dazzned50
|
||||||
|
# - switch.desk_lamp
|
||||||
|
# - switch.driveway_light
|
||||||
|
# - switch.fireplace_lights
|
||||||
# - switch.forest_incense
|
# - switch.forest_incense
|
||||||
# - switch.front_porch_light
|
# - switch.front_porch_light
|
||||||
# - input_boolean.house_party_protocol
|
|
||||||
# - switch.christmas_tree
|
|
||||||
# - switch.rainbow_light
|
|
||||||
# - switch.garage_fan
|
# - switch.garage_fan
|
||||||
|
# - switch.incense
|
||||||
|
# - switch.kasa2
|
||||||
|
# - switch.kitchen_light_strip
|
||||||
|
# - switch.rainbow_light
|
||||||
|
# - switch.skylar_led_cube
|
||||||
|
# - switch.theater_fan
|
||||||
|
# - switch.train_table
|
||||||
|
# - switch.wled_loftbed_nightlight
|
||||||
|
# - switch.wled_tree_nightlight
|
||||||
|
# - switch.3dprinters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue