Loading custom_components/smartir/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType _LOGGER = logging.getLogger(__name__) DOMAIN = 'smartir' VERSION = '1.7.2' VERSION = '1.7.3' 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": [], "homeassistant": "0.96.0", "updater": { "version": "1.7.2", "releaseNotes": "-- Add support for new AC models<br> -- Add support for new HACS manifest", "version": "1.7.3", "releaseNotes": "-- Added support for new AC models<br> -- Added support for device_class property on media_player devices", "files": [ "__init__.py", "climate.py", Loading Loading
custom_components/smartir/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType _LOGGER = logging.getLogger(__name__) DOMAIN = 'smartir' VERSION = '1.7.2' VERSION = '1.7.3' 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": [], "homeassistant": "0.96.0", "updater": { "version": "1.7.2", "releaseNotes": "-- Add support for new AC models<br> -- Add support for new HACS manifest", "version": "1.7.3", "releaseNotes": "-- Added support for new AC models<br> -- Added support for device_class property on media_player devices", "files": [ "__init__.py", "climate.py", Loading