mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 22:17:35 +00:00
Change default icon of Evohome's WaterHeater entities (#167818)
This commit is contained in:
@@ -69,7 +69,6 @@ class EvoDHW(EvoChild, WaterHeaterEntity):
|
||||
"""Base for any evohome-compatible DHW controller."""
|
||||
|
||||
_attr_name = "DHW controller"
|
||||
_attr_icon = "mdi:thermometer-lines"
|
||||
_attr_operation_list = list(HA_STATE_TO_EVO)
|
||||
_attr_supported_features = (
|
||||
WaterHeaterEntityFeature.AWAY_MODE
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
'away_mode': 'on',
|
||||
'current_temperature': 23.0,
|
||||
'friendly_name': 'Domestic Hot Water',
|
||||
'icon': 'mdi:thermometer-lines',
|
||||
'max_temp': 60.0,
|
||||
'min_temp': 43.3,
|
||||
'operation_list': list([
|
||||
@@ -72,7 +71,6 @@
|
||||
'away_mode': 'on',
|
||||
'current_temperature': 23.0,
|
||||
'friendly_name': 'Domestic Hot Water',
|
||||
'icon': 'mdi:thermometer-lines',
|
||||
'max_temp': 60.0,
|
||||
'min_temp': 43.3,
|
||||
'operation_list': list([
|
||||
|
||||
Reference in New Issue
Block a user