File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 128
128
UserService ,
129
129
UserServiceArgType ,
130
130
VoiceAssistantAudioData ,
131
- WaterHeaterMode ,
132
131
)
133
132
from .model import VoiceAssistantAudioSettings as VoiceAssistantAudioSettingsModel
134
133
from .model import (
135
134
VoiceAssistantCommand ,
136
135
VoiceAssistantEventType ,
137
136
VoiceAssistantSubscriptionFlag ,
138
137
VoiceAssistantTimerEventType ,
138
+ WaterHeaterMode ,
139
139
message_types_to_names ,
140
140
)
141
141
from .model_conversions import (
Original file line number Diff line number Diff line change @@ -1321,7 +1321,6 @@ class WaterHeaterInfo(EntityInfo):
1321
1321
visual_current_temperature_step : float = converter_field (
1322
1322
default = 0.0 , converter = fix_float_single_double_conversion
1323
1323
)
1324
- supports_action : bool = False
1325
1324
1326
1325
1327
1326
@_frozen_dataclass_decorator
You can’t perform that action at this time.
0 commit comments