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.8.0' VERSION = '1.9.0' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading custom_components/smartir/manifest.json +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ "requirements": ["aiofiles==0.5.0"], "homeassistant": "0.96.0", "updater": { "version": "1.8.0", "releaseNotes": "-- Adds support for LOOKin IR controller", "version": "1.9.0", "releaseNotes": "-- Adds support for oscillate in fans", "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.8.0' VERSION = '1.9.0' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading
custom_components/smartir/manifest.json +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ "requirements": ["aiofiles==0.5.0"], "homeassistant": "0.96.0", "updater": { "version": "1.8.0", "releaseNotes": "-- Adds support for LOOKin IR controller", "version": "1.9.0", "releaseNotes": "-- Adds support for oscillate in fans", "files": [ "__init__.py", "climate.py", Loading