Fix icons and strings in Balboa (#117618)
This commit is contained in:
parent
a29a0a36e5
commit
9cf8e49b01
5 changed files with 7 additions and 8 deletions
|
@ -54,7 +54,6 @@ async def async_setup_entry(
|
|||
class BalboaClimateEntity(BalboaEntity, ClimateEntity):
|
||||
"""Representation of a Balboa spa climate entity."""
|
||||
|
||||
_attr_icon = "mdi:hot-tub"
|
||||
_attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF]
|
||||
_attr_supported_features = (
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue