File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
homeassistant/components/binary_sensor Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "common" : {
3- "trigger_behavior_description_presence " : " The behavior of the targeted presence sensors to trigger on." ,
3+ "trigger_behavior_description_occupancy " : " The behavior of the targeted occupancy sensors to trigger on." ,
44 "trigger_behavior_name" : " Behavior"
55 },
66 "device_automation" : {
336336 "description" : " Triggers after one or more occupancy sensors stop detecting occupancy." ,
337337 "fields" : {
338338 "behavior" : {
339- "description" : " [%key:component::binary_sensor::common::trigger_behavior_description_presence %]" ,
339+ "description" : " [%key:component::binary_sensor::common::trigger_behavior_description_occupancy %]" ,
340340 "name" : " [%key:component::binary_sensor::common::trigger_behavior_name%]"
341341 }
342342 },
343343 "name" : " Occupancy cleared"
344344 },
345345 "occupancy_detected" : {
346- "description" : " Triggers after one ore more occupancy sensors start detecting occupancy." ,
346+ "description" : " Triggers after one or more occupancy sensors start detecting occupancy." ,
347347 "fields" : {
348348 "behavior" : {
349- "description" : " [%key:component::binary_sensor::common::trigger_behavior_description_presence %]" ,
349+ "description" : " [%key:component::binary_sensor::common::trigger_behavior_description_occupancy %]" ,
350350 "name" : " [%key:component::binary_sensor::common::trigger_behavior_name%]"
351351 }
352352 },
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ occupancy_cleared:
1515 target :
1616 entity :
1717 domain : binary_sensor
18- device_class : presence
18+ device_class : occupancy
1919
2020occupancy_detected :
2121 fields : *trigger_common_fields
2222 target :
2323 entity :
2424 domain : binary_sensor
25- device_class : presence
25+ device_class : occupancy
You can’t perform that action at this time.
0 commit comments