Skip to content

Commit a8df741

Browse files
committed
- fixed property name for SAC sensor
1 parent 0844dc3 commit a8df741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ge_home/entities/ac/ge_sac_temperature_sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class GeSacTemperatureSensor(GeErdSensor):
1010
"""Class for Split A/C temperature sensors"""
1111

1212
@property
13-
def temperature_unit(self):
13+
def _temp_units(self) -> Optional[str]:
1414
#SAC appears to be hard coded to use Fahrenheit internally, no matter what the display shows
1515
return TEMP_FAHRENHEIT

0 commit comments

Comments
 (0)