Fix icons and strings in Balboa (#117618)

This commit is contained in:
Joost Lekkerkerker 2024-05-17 16:17:36 +02:00 committed by GitHub
parent a29a0a36e5
commit 9cf8e49b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 8 deletions

View file

@ -54,7 +54,6 @@ async def async_setup_entry(
class BalboaClimateEntity(BalboaEntity, ClimateEntity): class BalboaClimateEntity(BalboaEntity, ClimateEntity):
"""Representation of a Balboa spa climate entity.""" """Representation of a Balboa spa climate entity."""
_attr_icon = "mdi:hot-tub"
_attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF] _attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF]
_attr_supported_features = ( _attr_supported_features = (
ClimateEntityFeature.TARGET_TEMPERATURE ClimateEntityFeature.TARGET_TEMPERATURE

View file

@ -20,6 +20,11 @@
} }
} }
}, },
"climate": {
"balboa": {
"default": "mdi:hot-tub"
}
},
"fan": { "fan": {
"pump": { "pump": {
"default": "mdi:pump", "default": "mdi:pump",

View file

@ -23,9 +23,6 @@ async def async_setup_entry(
class BalboaTempRangeSelectEntity(BalboaEntity, SelectEntity): class BalboaTempRangeSelectEntity(BalboaEntity, SelectEntity):
"""Representation of a Temperature Range select.""" """Representation of a Temperature Range select."""
_attr_icon = "mdi:thermometer-lines"
_attr_name = "Temperature range"
_attr_unique_id = "temperature_range"
_attr_translation_key = "temperature_range" _attr_translation_key = "temperature_range"
_attr_options = [ _attr_options = [
LowHighRange.LOW.name.lower(), LowHighRange.LOW.name.lower(),

View file

@ -33,7 +33,7 @@
'options': dict({ 'options': dict({
}), }),
'original_device_class': None, 'original_device_class': None,
'original_icon': 'mdi:hot-tub', 'original_icon': None,
'original_name': None, 'original_name': None,
'platform': 'balboa', 'platform': 'balboa',
'previous_unique_id': None, 'previous_unique_id': None,
@ -53,7 +53,6 @@
<HVACMode.HEAT: 'heat'>, <HVACMode.HEAT: 'heat'>,
<HVACMode.OFF: 'off'>, <HVACMode.OFF: 'off'>,
]), ]),
'icon': 'mdi:hot-tub',
'max_temp': 40.0, 'max_temp': 40.0,
'min_temp': 10.0, 'min_temp': 10.0,
'preset_mode': 'ready', 'preset_mode': 'ready',

View file

@ -27,7 +27,7 @@
'options': dict({ 'options': dict({
}), }),
'original_device_class': None, 'original_device_class': None,
'original_icon': 'mdi:thermometer-lines', 'original_icon': None,
'original_name': 'Temperature range', 'original_name': 'Temperature range',
'platform': 'balboa', 'platform': 'balboa',
'previous_unique_id': None, 'previous_unique_id': None,
@ -41,7 +41,6 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'FakeSpa Temperature range', 'friendly_name': 'FakeSpa Temperature range',
'icon': 'mdi:thermometer-lines',
'options': list([ 'options': list([
'low', 'low',
'high', 'high',