Browse Source

Better temperature units

LunarEclipse 7 months ago
parent
commit
d5d11cdc2a

+ 6 - 6
custom_components/tuya_local/devices/fral_supercool_airconditioner_fsc08.yaml

@@ -26,7 +26,7 @@ entities:
         type: integer
         type: integer
         name: temperature
         name: temperature
         optional: true
         optional: true
-        unit: C
+        unit: °C
         range:
         range:
           min: 17
           min: 17
           max: 30
           max: 30
@@ -35,7 +35,7 @@ entities:
         name: current_temperature
         name: current_temperature
         readonly: true
         readonly: true
         optional: true
         optional: true
-        unit: C
+        unit: °C
         range:
         range:
           min: 0
           min: 0
           max: 50
           max: 50
@@ -58,15 +58,15 @@ entities:
         name: temperature_unit
         name: temperature_unit
         mapping:
         mapping:
           - dps_val: c
           - dps_val: c
-            value: C
+            value: °C
           - dps_val: f
           - dps_val: f
-            value: F
+            value: °F
       - id: 23
       - id: 23
         type: integer
         type: integer
         name: temp_current_f
         name: temp_current_f
         readonly: true
         readonly: true
         optional: true
         optional: true
-        unit: F
+        unit: °F
         range:
         range:
           min: 32
           min: 32
           max: 99
           max: 99
@@ -74,7 +74,7 @@ entities:
         type: integer
         type: integer
         name: temp_set_f
         name: temp_set_f
         optional: true
         optional: true
-        unit: F
+        unit: °F
         range:
         range:
           min: 63
           min: 63
           max: 86
           max: 86