You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

#-------------------------------------------
# Global Fire Tablet settings -
# http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
# We block the auto adjust brightness routines for the tablets.
# Use ALARM and Floorplan for the security system.
group:
firetablets:
entities:
- binary_sensor.bedroom_motion
- 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

Powered by TurnKey Linux.