#307 - Added in the minecraft stuff. - Notifications or some sort of automations will follow. Stay tuned.

This commit is contained in:
ccostan
2018-01-30 22:58:36 -05:00
parent 39aa798be5
commit a664f8c514
5 changed files with 111 additions and 123 deletions

View File

@@ -12,27 +12,3 @@ group:
- binary_sensor.bedroom_plugged
- binary_sensor.clock_motion
- binary_sensor.clock_plugged
# automation:
#
# - alias: 'Enable battery help!'
# trigger:
# - platform: state
# entity_id:
# - binary_sensor.clock_plugged
# - binary_sensor.bedroom_plugged
# to: 'off'
# from: 'on'
#
# - alias: 'Cry when the Battery is about to die. '
# trigger:
# - platform: state
# entity_id:
# - input_boolean.clock_snooze
# to: 'on'
# from: 'off'
# action:
# - delay:
# minutes: 10
# - service: input_boolean.turn_off
# entity_id: input_boolean.clock_snooze