- Fix unit of illumination sensor (should be lx not lux) #2593 - Remove deprecated sensor (deprecated for 6 months already) #2595
@@ -17,22 +17,6 @@ primary_entity:
- dps_val: none
value: false
secondary_entities:
- - entity: sensor
- class: enum
- deprecated: binary_sensors (motion and occupancy)
- category: diagnostic
- translation_key: status
- dps:
- - id: 1
- type: string
- name: sensor
- mapping:
- - dps_val: presence
- value: Still
- - dps_val: move
- value: Moving
- - dps_val: none
- value: Empty
- entity: number
name: Sensitivity
category: config
@@ -103,7 +87,7 @@ secondary_entities:
- id: 103
type: integer
name: sensor
- unit: lux
+ unit: lx
class: measurement
- entity: binary_sensor
class: occupancy