Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed Jan 4, 2025
2 parents 271aaec + e83ca13 commit 516fd72
Show file tree
Hide file tree
Showing 6 changed files with 1,963 additions and 1 deletion.
715 changes: 715 additions & 0 deletions codes/climate/1294.json

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions codes/climate/1948.json

Large diffs are not rendered by default.

616 changes: 616 additions & 0 deletions codes/climate/1963.json

Large diffs are not rendered by default.

322 changes: 322 additions & 0 deletions codes/climate/3320.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/smartir/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
"""Set up the IR Climate platform."""
_LOGGER.debug("Setting up the startir platform")
_LOGGER.debug("Setting up the smartir platform")
device_code = config.get(CONF_DEVICE_CODE)
device_files_subdir = os.path.join('codes', 'climate')
device_files_absdir = os.path.join(COMPONENT_ABS_DIR, device_files_subdir)
Expand Down
3 changes: 3 additions & 0 deletions docs/CLIMATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Contributing to your own code files is welcome. However, we do not accept incomp
| [1291](../codes/climate/1291.json) | AR-REF1E (Remote control) | Broadlink |
| [1292](../codes/climate/1292.json) | AR-RY12 (Remote control) - <b>vertical and horizontal swing support</b> | Broadlink |
| [1293](../codes/climate/1293.json) | AR-REB1E (Remote control) - <b>vertical swing support</b> | Broadlink |
| [1294](../codes/climate/1294.json) | AR-RY4 (Remote control) | Broadlink |
#### Sharp
| Code | Supported Models | Controller |
Expand Down Expand Up @@ -568,13 +569,15 @@ Contributing to your own code files is welcome. However, we do not accept incomp
| [1945](../codes/climate/1945.json) | Unknown model (Swing support) | Broadlink |
| [1946](../codes/climate/1946.json) | RC-3 | Broadlink |
| [1947](../codes/climate/1947.json) | Electra Damper | Broadlink |
| [1948](../codes/climate/1948.json) | Electra Classic 10 | Broadlink |
#### AUX
| Code | Supported Models | Controller |
| ---------------------------------- | -------------------- | ---------- |
| [1960](../codes/climate/1960.json) | Unknown | Broadlink |
| [1961](../codes/climate/1961.json) | AUX FREEDOM AUX-09FH | Broadlink |
| [1962](../codes/climate/1962.json) | iClima ICI-09A (YKR-H/101E remote) (Also works with Mundo Clima MUPR-12-H9A) | Broadlink |
| [1963](../codes/climate/1963.json) | Kendal Split Inverter (YKR-T/121E remote) AC Freedom App | Broadlink |
#### Fuji
| Code | Supported Models | Controller |
Expand Down

0 comments on commit 516fd72

Please sign in to comment.