Fixed tests
@@ -14,6 +14,18 @@ primary_entity:
icon: "mdi:scent"
- dps_val: false
icon: "mdi:scent-off"
+ - id: 3
+ type: string
+ name: preset_mode
+ mapping:
+ - dps_val: "MID"
+ value: "medium"
+ - dps_val: "2H"
+ value: "low"
+ - dps_val: "4H"
+ value: "high"
+ - dps_val: "10SEC"
+ value: "10 seconds"
- id: 11
name: fault_code
type: bitfield
@@ -76,22 +88,6 @@ secondary_entities:
range:
min: 0
max: 255
- - entity: select
- name: Work Mode
- category: config
- dps:
- - id: 3
- name: option
- type: string
- mapping:
- - dps_val: "MID"
- value: "MID"
- - dps_val: "10SEC"
- value: "10SEC"
- - dps_val: "2H"
- value: "2H"
- - dps_val: "4H"
- value: "4H"
- entity: switch
name: Sound
category: config
@@ -99,4 +95,3 @@ secondary_entities:
- id: 6
name: option
type: boolean
-