Loading custom_components/smartir/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ from homeassistant.helpers.typing import ConfigType _LOGGER = logging.getLogger(__name__) DOMAIN = 'smartir' VERSION = '1.17.5' VERSION = '1.17.6' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading custom_components/smartir/fan.py +5 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ import os.path import voluptuous as vol from homeassistant.components.fan import ( FanEntity, PLATFORM_SCHEMA, ATTR_SPEED, SPEED_OFF, SPEED_LOW, SPEED_MEDIUM, SPEED_HIGH, FanEntity, PLATFORM_SCHEMA, DIRECTION_REVERSE, DIRECTION_FORWARD, SUPPORT_SET_SPEED, SUPPORT_DIRECTION, SUPPORT_OSCILLATE, ATTR_OSCILLATING ) SUPPORT_SET_SPEED, SUPPORT_DIRECTION, SUPPORT_OSCILLATE, ATTR_OSCILLATING ) from homeassistant.const import ( CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN) from homeassistant.core import callback Loading @@ -34,6 +34,8 @@ CONF_CONTROLLER_DATA = "controller_data" CONF_DELAY = "delay" CONF_POWER_SENSOR = 'power_sensor' SPEED_OFF = "off" PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ vol.Optional(CONF_UNIQUE_ID): cv.string, vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string, Loading custom_components/smartir/manifest.json +4 −4 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ "dependencies": [], "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.6.0"], "homeassistant": "2022.2.0", "version": "1.17.5", "homeassistant": "2022.4.0", "version": "1.17.6", "updater": { "version": "1.17.5", "releaseNotes": "-- Compliance with the breaking change of the new fan model", "version": "1.17.6", "releaseNotes": "-- Removes legacy imports to the fan component", "files": [ "__init__.py", "climate.py", Loading Loading
custom_components/smartir/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ from homeassistant.helpers.typing import ConfigType _LOGGER = logging.getLogger(__name__) DOMAIN = 'smartir' VERSION = '1.17.5' VERSION = '1.17.6' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading
custom_components/smartir/fan.py +5 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ import os.path import voluptuous as vol from homeassistant.components.fan import ( FanEntity, PLATFORM_SCHEMA, ATTR_SPEED, SPEED_OFF, SPEED_LOW, SPEED_MEDIUM, SPEED_HIGH, FanEntity, PLATFORM_SCHEMA, DIRECTION_REVERSE, DIRECTION_FORWARD, SUPPORT_SET_SPEED, SUPPORT_DIRECTION, SUPPORT_OSCILLATE, ATTR_OSCILLATING ) SUPPORT_SET_SPEED, SUPPORT_DIRECTION, SUPPORT_OSCILLATE, ATTR_OSCILLATING ) from homeassistant.const import ( CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN) from homeassistant.core import callback Loading @@ -34,6 +34,8 @@ CONF_CONTROLLER_DATA = "controller_data" CONF_DELAY = "delay" CONF_POWER_SENSOR = 'power_sensor' SPEED_OFF = "off" PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ vol.Optional(CONF_UNIQUE_ID): cv.string, vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string, Loading
custom_components/smartir/manifest.json +4 −4 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ "dependencies": [], "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.6.0"], "homeassistant": "2022.2.0", "version": "1.17.5", "homeassistant": "2022.4.0", "version": "1.17.6", "updater": { "version": "1.17.5", "releaseNotes": "-- Compliance with the breaking change of the new fan model", "version": "1.17.6", "releaseNotes": "-- Removes legacy imports to the fan component", "files": [ "__init__.py", "climate.py", Loading