mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Massive Migration! #292
This commit is contained in:
38
packages/fire_tablet.yaml
Executable file
38
packages/fire_tablet.yaml
Executable file
@@ -0,0 +1,38 @@
|
||||
#-------------------------------------------
|
||||
# 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
|
Reference in New Issue
Block a user