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 128128 UserService ,
129129 UserServiceArgType ,
130130 VoiceAssistantAudioData ,
131- WaterHeaterMode ,
132131)
133132from .model import VoiceAssistantAudioSettings as VoiceAssistantAudioSettingsModel
134133from .model import (
135134 VoiceAssistantCommand ,
136135 VoiceAssistantEventType ,
137136 VoiceAssistantSubscriptionFlag ,
138137 VoiceAssistantTimerEventType ,
138+ WaterHeaterMode ,
139139 message_types_to_names ,
140140)
141141from .model_conversions import (
Original file line number Diff line number Diff line change @@ -1321,7 +1321,6 @@ class WaterHeaterInfo(EntityInfo):
13211321 visual_current_temperature_step : float = converter_field (
13221322 default = 0.0 , converter = fix_float_single_double_conversion
13231323 )
1324- supports_action : bool = False
13251324
13261325
13271326@_frozen_dataclass_decorator
You can’t perform that action at this time.
0 commit comments