File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Ongoing
4+
5+ - Typing-constants clean-up
6+
37## v0.35.1
48
59- Update OFF-constant, removal capital begin-letter
Original file line number Diff line number Diff line change 257257]
258258BINARY_SENSORS : Final [tuple [str , ...]] = get_args (BinarySensorType )
259259
260- NumberType = Literal [
261- "maximum_boiler_temperature" ,
262- "max_dhw_temperature" ,
263- "temperature_offset" ,
264- ]
265-
266260LIMITS : Final [tuple [str , ...]] = (
267261 "offset" ,
268262 "setpoint" ,
271265 "upper_bound" ,
272266)
273267
274- SelectType = Literal [
275- "select_dhw_mode" ,
276- "select_regulation_mode" ,
277- "select_schedule" ,
278- ]
279- SelectOptionsType = Literal [
280- "dhw_modes" ,
281- "regulation_modes" ,
282- "available_schedules" ,
283- ]
284-
285268SensorType = Literal [
286269 "battery" ,
287270 "cooling_activation_outdoor_temperature" ,
You can’t perform that action at this time.
0 commit comments