Getting out of bed trigger for #757

pull/761/head
ccostan 6 years ago
parent b623d6ddb2
commit 925ee0b4b0

@ -17,6 +17,10 @@
entity_id: group.family
to: 'home'
from: 'not_home'
- platform: state
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
state: 'off'
for: "00:10:10"
condition:
condition: and

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
const path = require('path')
module.exports = {
entry: './src/main.js',
mode: 'production',
output: {
filename: 'auto-entities.js',
path: path.resolve(__dirname)
}
}
Loading…
Cancel
Save

Powered by TurnKey Linux.