Motion Light with luminescence
This commit is contained in:
@@ -24,17 +24,6 @@
|
|||||||
window_sensor: binary_sensor.soggiornopt_finestrasud_contact
|
window_sensor: binary_sensor.soggiornopt_finestrasud_contact
|
||||||
climate_target: climate.soggiornopt_termosifonesud
|
climate_target: climate.soggiornopt_termosifonesud
|
||||||
ext_temp_limit: 17
|
ext_temp_limit: 17
|
||||||
- id: '1730726143088'
|
|
||||||
alias: Luce Automatica Scala Taverna
|
|
||||||
description: ''
|
|
||||||
use_blueprint:
|
|
||||||
path: homeassistant/motion_light_dual_no_sun.yaml
|
|
||||||
input:
|
|
||||||
motion_entity_down: binary_sensor.presenza_bassa_scala_taverna_occupancy
|
|
||||||
motion_entity_up: binary_sensor.presenza_alta_scala_taverna_occupancy
|
|
||||||
light_target:
|
|
||||||
device_id: 226779fb30bd68c5a2784ccd762d90e9
|
|
||||||
no_motion_wait: 20
|
|
||||||
- id: '1731410549094'
|
- id: '1731410549094'
|
||||||
alias: EVcharge_front_charging
|
alias: EVcharge_front_charging
|
||||||
description: ''
|
description: ''
|
||||||
@@ -63,3 +52,24 @@
|
|||||||
entity_id: c1f2a5e1b3bc7807a8b291b6fd6dbb31
|
entity_id: c1f2a5e1b3bc7807a8b291b6fd6dbb31
|
||||||
domain: switch
|
domain: switch
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1731705145404'
|
||||||
|
alias: Luce Automatica Scala Mansarda
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: homeassistant/motion_light_dual_lux.yaml
|
||||||
|
input:
|
||||||
|
motion_entity_down: binary_sensor.presenza_bassa_scala_mansarda_occupancy
|
||||||
|
motion_entity_up: binary_sensor.presenza_alta_scala_mansarda_occupancy
|
||||||
|
light_target:
|
||||||
|
device_id: 702137a6f2c17b89fdb0598f7003743c
|
||||||
|
- id: '1731705400752'
|
||||||
|
alias: Luce Automatica Scala Taverna
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: homeassistant/motion_light_dual_lux.yaml
|
||||||
|
input:
|
||||||
|
motion_entity_down: binary_sensor.presenza_bassa_scala_taverna_occupancy
|
||||||
|
motion_entity_up: binary_sensor.presenza_alta_scala_taverna_occupancy
|
||||||
|
light_target:
|
||||||
|
device_id: 226779fb30bd68c5a2784ccd762d90e9
|
||||||
|
sun_condition: false
|
||||||
|
|||||||
@@ -33,6 +33,15 @@ blueprint:
|
|||||||
default: on
|
default: on
|
||||||
selector:
|
selector:
|
||||||
boolean:
|
boolean:
|
||||||
|
no_motion_wait:
|
||||||
|
name: Wait time
|
||||||
|
description: Time to leave the light on after last motion is detected.
|
||||||
|
default: 30
|
||||||
|
selector:
|
||||||
|
number:
|
||||||
|
min: 10
|
||||||
|
max: 120
|
||||||
|
unit_of_measurement: seconds
|
||||||
|
|
||||||
trigger_variables:
|
trigger_variables:
|
||||||
use_sun: !input sun_condition
|
use_sun: !input sun_condition
|
||||||
|
|||||||
Reference in New Issue
Block a user