Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Mar 2, 2024
2 parents c7e4125 + bc8c71e commit bc39f64
Show file tree
Hide file tree
Showing 105 changed files with 618 additions and 446 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: light
name: Flame
dps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ secondary_entities:
name: option
mapping:
- dps_val: false
value: Celsius
value: celsius
- dps_val: true
value: Fahrenheit
value: fahrenheit
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: number
name: Temperature hysteresis
category: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ primary_entity:
name: week_program
secondary_entities:
- entity: switch
name: Anti-frost
icon: "mdi:snowflake"
translation_key: anti_frost
category: config
dps:
- id: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ secondary_entities:
- dps_val: "3"
value: Both
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
icon: "mdi:snowflake-melt"
dps:
- id: 26
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tuya_local/devices/becool_heatpump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ secondary_entities:
name: option
mapping:
- dps_val: true
value: "Fahrenheit"
value: fahrenheit
- dps_val: false
value: "Celsius"
value: celsius
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ secondary_entities:
min: 5
max: 60
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
icon: "mdi:snowflake-melt"
dps:
- id: 103
type: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ secondary_entities:
min: -9
max: 9
- entity: switch
name: Anti-frost
icon: "mdi:snowflake-melt"
translation_key: anti_frost
category: config
dps:
- id: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ secondary_entities:
- dps_val: "3"
value: Both
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
icon: "mdi:snowflake-melt"
dps:
- id: 26
type: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ primary_entity:
name: light_mode
secondary_entities:
- entity: switch
name: Anti-frost
icon: "mdi:snowflake"
translation_key: anti_frost
category: config
dps:
- id: 10
Expand All @@ -141,9 +140,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: number
name: Maximum temperature
category: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ primary_entity:
name: unknown_102
secondary_entities:
- entity: switch
name: Anti-frost
icon: "mdi:snowflake-melt"
translation_key: anti_frost
category: config
dps:
- id: 10
Expand All @@ -82,9 +81,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: select
name: Schedule
category: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ secondary_entities:
type: boolean
name: lock
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
icon: "mdi:snowflake"
dps:
- id: 10
type: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,9 @@ secondary_entities:
optional: true
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
icon: "mdi:temperature-fahrenheit"
value: fahrenheit
- entity: binary_sensor
name: Low water
class: problem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ secondary_entities:
name: option
mapping:
- dps_val: false
value: Celsius
value: celsius
- dps_val: true
value: Fahrenheit
value: fahrenheit
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: number
name: Holiday days
category: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ secondary_entities:
icon_priority: 1
- value: false
- entity: binary_sensor
name: Defrost
class: cold
icon: "mdi:snowflake-melt"
translation_key: defrost
category: diagnostic
dps:
- id: 105
Expand Down
7 changes: 3 additions & 4 deletions custom_components/tuya_local/devices/carson_cb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ secondary_entities:
name: option
mapping:
- dps_val: C
value: Celsius
value: celsius
- dps_val: F
value: Fahrenheit
value: fahrenheit
- entity: switch
name: Sleep
icon: "mdi:power-sleep"
Expand All @@ -99,8 +99,7 @@ secondary_entities:
name: switch
optional: true
- entity: binary_sensor
name: Defrosting
class: cold
translation_key: defrost
category: diagnostic
dps:
- id: 102
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,18 +221,16 @@ secondary_entities:
- dps_val: "off"
value: false
- entity: binary_sensor
name: Defrosting
translation_key: defrost
category: diagnostic
class: cold
dps:
- id: 181
name: sensor
type: boolean
optional: true
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
icon: "mdi:snowflake"
dps:
- id: 180
name: switch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ secondary_entities:
name: option
mapping:
- dps_val: C
value: Celsius
value: celsius
- dps_val: F
value: Fahrenheit
value: fahrenheit
- entity: sensor
class: energy
category: diagnostic
Expand All @@ -139,7 +139,7 @@ secondary_entities:
name: switch
type: boolean
- entity: switch
name: Anti-frost
translation_key: anti_frost
category: config
dps:
- id: 104
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ secondary_entities:
name: option
mapping:
- dps_val: false
value: Celsius
value: celsius
- dps_val: true
value: Fahrenheit
value: fahrenheit
- entity: sensor
name: Timer
class: duration
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tuya_local/devices/eberg_cooly_c35hd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ secondary_entities:
name: option
mapping:
- dps_val: true
value: "Fahrenheit"
value: fahrenheit
- dps_val: false
value: "Celsius"
value: celsius
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ secondary_entities:
value: true
- value: false
- entity: binary_sensor
name: Defrost
class: problem
translation_key: defrost
category: diagnostic
dps:
- id: 19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ secondary_entities:
name: option
mapping:
- dps_val: C
value: Celsius
value: celsius
- dps_val: F
value: Fahrenheit
value: fahrenheit
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ secondary_entities:
name: option
mapping:
- dps_val: false
value: Celsius
value: celsius
- dps_val: true
value: Fahrenheit
value: fahrenheit
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ secondary_entities:
type: string
mapping:
- dps_val: "c"
value: Celsius
value: celsius
- dps_val: "f"
value: Fahrenheit
value: fahrenheit
- entity: switch
name: Sleep Mode
category: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ secondary_entities:
name: option
mapping:
- dps_val: false
value: Celsius
value: celsius
- dps_val: true
value: Fahrenheit
value: fahrenheit
- entity: binary_sensor
name: Fault
class: problem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: sensor
class: humidity
dps:
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tuya_local/devices/etop_fcu_thermostat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ secondary_entities:
type: string
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
############################################################
# Programming mode
#
Expand Down
3 changes: 1 addition & 2 deletions custom_components/tuya_local/devices/etop_ht_thermostat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ primary_entity:
name: fault_code
secondary_entities:
- entity: switch
name: "Anti-frost"
icon: "mdi:snowflake-melt"
translation_key: anti_frost
category: config
dps:
- id: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ secondary_entities:
name: option
mapping:
- dps_val: c
value: Celsius
value: celsius
- dps_val: f
value: Fahrenheit
value: fahrenheit
- entity: binary_sensor
name: Fault
class: problem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ secondary_entities:
value: true
- value: false
- entity: binary_sensor
name: Anti-frost
class: cold
translation_key: defrost
category: diagnostic
dps:
- id: 103
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ secondary_entities:
value: false
- value: true
- entity: binary_sensor
name: Defrost
class: cold
icon: "mdi:snowflake-melt"
translation_key: defrost
category: diagnostic
dps:
- id: 105
Expand Down
Loading

0 comments on commit bc39f64

Please sign in to comment.