Updated config file so the Entity name wouldn't break on the latest update.
Also, turned off auto purge on the database.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
service: switch.turn_off
|
service: switch.turn_off
|
||||||
entity_id: switch.linear_ps15z2_plugin_appliance_module_switch
|
entity_id: switch.linear_ps15z2_plugin_appliance_module_switch
|
||||||
|
|
||||||
#- alias: 'Lights On - Beacon'
|
#- alias: 'Lights_On_Beacon'
|
||||||
# trigger:
|
# trigger:
|
||||||
# - platform: state
|
# - platform: state
|
||||||
# entity_id: sensor.Dan, sensor.Guest
|
# entity_id: sensor.Dan, sensor.Guest
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
# title: 'Lights on - Beacon'
|
# title: 'Lights on - Beacon'
|
||||||
# message: 'All lights turned on via beacon'
|
# message: 'All lights turned on via beacon'
|
||||||
#
|
#
|
||||||
#- alias: 'Entryway Off - Beacon'
|
#- alias: 'Entryway_Off_Beacon'
|
||||||
# trigger:
|
# trigger:
|
||||||
# - platform: state
|
# - platform: state
|
||||||
# entity_id: sensor.Dan
|
# entity_id: sensor.Dan
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
# title: 'EntryWay Light Off - Beacon'
|
# title: 'EntryWay Light Off - Beacon'
|
||||||
# message: 'Entryway light turned off. Welcome Home.'
|
# message: 'Entryway light turned off. Welcome Home.'
|
||||||
#
|
#
|
||||||
#- alias: 'Lights Off - Beacon'
|
#- alias: 'Lights_off_Beacon'
|
||||||
# trigger:
|
# trigger:
|
||||||
# platform: state
|
# platform: state
|
||||||
# entity_id: sensor.Dan, sensor.Guest
|
# entity_id: sensor.Dan, sensor.Guest
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ config:
|
|||||||
|
|
||||||
recorder:
|
recorder:
|
||||||
db_url: postgresql://ha:password@192.168.86.184/homeassistant
|
db_url: postgresql://ha:password@192.168.86.184/homeassistant
|
||||||
|
purge_interval: 0
|
||||||
|
|
||||||
map:
|
map:
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"API_KEY": "8DSRpsILZJNUIJXvSzY6C4ufrMQNQsHa", "ACCESS_TOKEN": "k8aBDK1R85P75zZS7IowNdlXajuiyuuo", "REFRESH_TOKEN": "Kv6IeixhC7sTSHuN1LX1ZBtKHq7poQDN", "AUTHORIZATION_CODE": "KFEN3CjbXBh6xUQ9zLiAPclzbp1rmxou"}
|
{"API_KEY": "8DSRpsILZJNUIJXvSzY6C4ufrMQNQsHa", "ACCESS_TOKEN": "NYeTO1lPG1PenoI6qzYAmxUnB9e3NgRB", "REFRESH_TOKEN": "BeLlio7u4eG1itLJfolaGMTxmZeFtBlv", "AUTHORIZATION_CODE": "KFEN3CjbXBh6xUQ9zLiAPclzbp1rmxou"}
|
||||||
@@ -43,8 +43,8 @@ automations:
|
|||||||
- automation.leave_and_lights_turn_off
|
- automation.leave_and_lights_turn_off
|
||||||
- automation.Switch_on
|
- automation.Switch_on
|
||||||
- automation.Switch_off
|
- automation.Switch_off
|
||||||
- automation.lights_off__beacon
|
- automation.lights_off_beacon
|
||||||
- automation.lights_on__beacon
|
- automation.lights_on_beacon
|
||||||
- automation.Lights_on_when_home
|
- automation.Lights_on_when_home
|
||||||
- automation.iftt
|
- automation.iftt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user