Skip to content

Commit

Permalink
AlecoAir D12: icon changes
Browse files Browse the repository at this point in the history
- remove unneeded icons
- remove optional marking that is in the wrong place
  • Loading branch information
make-all committed Nov 25, 2023
1 parent 662efb2 commit acf5986
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ primary_entity:
mapping:
- dps_val: false
icon: "mdi:air-humidifier-off"
icon_priority: 1
icon_priority: 2
- dps_val: true
icon: "mdi:air-humidifier"
icon_priority: 4
Expand Down Expand Up @@ -50,7 +50,6 @@ primary_entity:
mapping:
- dps_val: 0
value: OK
icon: "mdi:cup-outline"
- dps_val: 1
value: "Water Tank Full or Removed"
icon: "mdi:cup-water"
Expand Down Expand Up @@ -120,7 +119,6 @@ secondary_entities:
class: problem
name: Tank full
icon: "mdi:cup-water"
optional: true
dps:
- id: 19
type: bitfield
Expand All @@ -132,8 +130,6 @@ secondary_entities:
- entity: binary_sensor
class: problem
name: Fault
icon: "mdi:engine-off-outline"
optional: true
dps:
- id: 19
type: bitfield
Expand Down

0 comments on commit acf5986

Please sign in to comment.