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.3' VERSION = '1.17.4' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading custom_components/smartir/manifest.json +3 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.6.0"], "homeassistant": "0.115.0", "version": "1.17.3", "version": "1.17.4", "updater": { "version": "1.17.3", "releaseNotes": "-- Check temperature/humidity sensor for unavailable state #762", "version": "1.17.4", "releaseNotes": "-- Fixed typo #764", "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.3' VERSION = '1.17.4' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" Loading
custom_components/smartir/manifest.json +3 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.6.0"], "homeassistant": "0.115.0", "version": "1.17.3", "version": "1.17.4", "updater": { "version": "1.17.3", "releaseNotes": "-- Check temperature/humidity sensor for unavailable state #762", "version": "1.17.4", "releaseNotes": "-- Fixed typo #764", "files": [ "__init__.py", "climate.py", Loading