mirror of https://github.com/simbaja/ha_gehome.git
- bugfixes
This commit is contained in:
parent
b77fb6e889
commit
c3729685f9
|
@ -18,12 +18,12 @@ from gehomesdk.erd.values.advantium.advantium_enums import CookAction, CookMode
|
||||||
from homeassistant.const import ATTR_TEMPERATURE, TEMP_CELSIUS, TEMP_FAHRENHEIT
|
from homeassistant.const import ATTR_TEMPERATURE, TEMP_CELSIUS, TEMP_FAHRENHEIT
|
||||||
from ...const import DOMAIN
|
from ...const import DOMAIN
|
||||||
from ...devices import ApplianceApi
|
from ...devices import ApplianceApi
|
||||||
from ..common import GeWaterHeater
|
from ..common import GeAbstractWaterHeater
|
||||||
from .const import *
|
from .const import *
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
class GeAdvantium(GeWaterHeater):
|
class GeAdvantium(GeAbstractWaterHeater):
|
||||||
"""GE Appliance Advantium"""
|
"""GE Appliance Advantium"""
|
||||||
|
|
||||||
icon = "mdi:microwave"
|
icon = "mdi:microwave"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "GE Home (SmartHQ)",
|
"name": "GE Home (SmartHQ)",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://github.com/simbaja/ha_gehome",
|
"documentation": "https://github.com/simbaja/ha_gehome",
|
||||||
"requirements": ["gehomesdk==0.5.5","magicattr==0.1.5","slixmpp==1.7.1"],
|
"requirements": ["gehomesdk==0.5.6","magicattr==0.1.5","slixmpp==1.7.1"],
|
||||||
"codeowners": ["@simbaja"],
|
"codeowners": ["@simbaja"],
|
||||||
"version": "0.6.5"
|
"version": "0.6.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue