mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
vicare: Add support for hybrid devices (#64776)
This commit is contained in:
parent
8d6880ab85
commit
b8237e5ec9
@ -46,6 +46,7 @@ class HeatingType(enum.Enum):
|
||||
pellets = "pellets"
|
||||
heatpump = "heatpump"
|
||||
fuelcell = "fuelcell"
|
||||
hybrid = "hybrid"
|
||||
|
||||
|
||||
DEFAULT_HEATING_TYPE = HeatingType.auto
|
||||
@ -57,4 +58,5 @@ HEATING_TYPE_TO_CREATOR_METHOD = {
|
||||
HeatingType.heatpump: "asHeatPump",
|
||||
HeatingType.oil: "asOilBoiler",
|
||||
HeatingType.pellets: "asPelletsBoiler",
|
||||
HeatingType.hybrid: "asHybridDevice",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user