Skip to content

Commit

Permalink
Ultenic air fryer: Naming convention changes
Browse files Browse the repository at this point in the history
Per code review, follow HA naming convention for entities, and add quotes around numeric strings.
  • Loading branch information
make-all committed Jul 22, 2023
1 parent dece4b1 commit 6e84662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/tuya_local/devices/ultenic_air_fryer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ secondary_entities:
type: boolean
name: switch
- entity: select
name: Cooking Mode
name: Cooking mode
dps:
- id: 3
type: string
Expand Down Expand Up @@ -126,7 +126,7 @@ secondary_entities:
- dps_val: f
value: F
- entity: sensor
name: Internal Temperature
name: Internal temperature
class: temperature
dps:
- id: 7
Expand Down Expand Up @@ -203,7 +203,7 @@ secondary_entities:
type: boolean
name: switch
- entity: binary_sensor
name: Tray Status
name: Tray status
class: opening
icon: "mdi:tray"
dps:
Expand All @@ -218,9 +218,9 @@ secondary_entities:
name: sensor
type: string
mapping:
- dps_val: 0
- dps_val: "0"
value: false
- dps_val: 1
- dps_val: "1"
value: true
- entity: sensor
name: Current stage remaining time
Expand Down

0 comments on commit 6e84662

Please sign in to comment.