Loading smartir/__init__.py +2 −2 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.3.3' VERSION = '1.3.4' VERSION_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/version.json") Loading smartir/climate.py +2 −2 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ class SmartIRClimate(ClimateDevice, RestoreEntity): return service_data = { 'packet': [command] 'packet': command } else: Loading smartir/fan.py +2 −2 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ class SmartIRFan(FanEntity, RestoreEntity): return service_data = { 'packet': [command] 'packet': command } else: Loading smartir/media_player.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
smartir/__init__.py +2 −2 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.3.3' VERSION = '1.3.4' VERSION_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/version.json") Loading
smartir/climate.py +2 −2 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ class SmartIRClimate(ClimateDevice, RestoreEntity): return service_data = { 'packet': [command] 'packet': command } else: Loading
smartir/fan.py +2 −2 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ class SmartIRFan(FanEntity, RestoreEntity): return service_data = { 'packet': [command] 'packet': command } else: Loading