Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for EXP35U538CW #1313

Open
wants to merge 252 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    56f275c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    741e7bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#2 from litinoveweedle/fix_fan_only_…

    …on_code
    
    fixed fan_only attributes (fan_mode, swing_mode, temperature) to be s…
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    9360314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a7b94c View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#3 from litinoveweedle/fix_async_tra…

    …ck_state_change_deprecation
    
    fix deprecation of the async_track_state_change in HA 2024.5
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    50340ba View commit details
    Browse the repository at this point in the history
  5. Update README.md

    update to reflect forked repository releases
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    3042eb3 View commit details
    Browse the repository at this point in the history
  6. Create release.yaml

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    eaa3634 View commit details
    Browse the repository at this point in the history
  7. Update manifest.json

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    57c7069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f4d8f6 View commit details
    Browse the repository at this point in the history
  9. Create validate.yaml

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d089d30 View commit details
    Browse the repository at this point in the history
  10. Update codeql.yml

    add  formatter
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    e9c133a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5c84af View commit details
    Browse the repository at this point in the history
  12. Update hacs.json

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    2f88412 View commit details
    Browse the repository at this point in the history
  13. Merge pull request litinoveweedle#4 from litinoveweedle/add_hvac_action

    added hvac_action climate attribute to report state of the device
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    f0477e9 View commit details
    Browse the repository at this point in the history
  14. fixed state property

    fixed state property
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    1e3ebc7 View commit details
    Browse the repository at this point in the history
  15. python code reformat

    litinoveweedle committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ff3b664 View commit details
    Browse the repository at this point in the history
  16. fixed hacs.json

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    8bb7b14 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d83922c View commit details
    Browse the repository at this point in the history
  18. fixed manifest.json

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    cb1771c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f8ecaf8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    59e1efc View commit details
    Browse the repository at this point in the history
  21. Update release.yaml

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    8ad0bdf View commit details
    Browse the repository at this point in the history
  22. Update validate.yaml

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    203968e View commit details
    Browse the repository at this point in the history
  23. Update codeql.yml

    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d2480bc View commit details
    Browse the repository at this point in the history
  24. Update release.yaml

    include codes in releases
    litinoveweedle authored May 17, 2024
    Configuration menu
    Copy the full SHA
    811187e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Update manifest.json

    litinoveweedle authored May 19, 2024
    Configuration menu
    Copy the full SHA
    d3cef58 View commit details
    Browse the repository at this point in the history
  2. Update hacs.json

    litinoveweedle authored May 19, 2024
    Configuration menu
    Copy the full SHA
    b469f4d View commit details
    Browse the repository at this point in the history
  3. removed integration own auto updates implementation - lets use HACS i…

    …nstead
    
    removed integration codes downloads - codes will be distributed via HACS as well
    litinoveweedle committed May 19, 2024
    Configuration menu
    Copy the full SHA
    677c26f View commit details
    Browse the repository at this point in the history
  4. reformatted

    litinoveweedle committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f7c124d View commit details
    Browse the repository at this point in the history
  5. updated README

    litinoveweedle committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f28b3ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aef53f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request litinoveweedle#6 from litinoveweedle/remove_updater

    removed integration own auto updates implementation - use HACS instead
    litinoveweedle authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c5762b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab711a View commit details
    Browse the repository at this point in the history
  3. Merge pull request litinoveweedle#7 from litinoveweedle/fix_async_tra…

    …ck_state_change_deprecation
    
    fixed async_track_state_change deprecation for fan entity
    litinoveweedle authored May 20, 2024
    Configuration menu
    Copy the full SHA
    1d969df View commit details
    Browse the repository at this point in the history
  4. added json files validation for all entity types

    changes to use async_track_state_change_event for media player
    changes to power_sensor logic for fan to follow climate logic
    chnages to power_sensor logic for media_player
    litinoveweedle committed May 20, 2024
    Configuration menu
    Copy the full SHA
    be52234 View commit details
    Browse the repository at this point in the history
  5. docs updates

    litinoveweedle committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55dc522 View commit details
    Browse the repository at this point in the history
  6. Merge pull request litinoveweedle#8 from litinoveweedle/fix_async_tra…

    …ck_state_change_deprecation
    
    Fix async track state change deprecation
    litinoveweedle authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ca69b91 View commit details
    Browse the repository at this point in the history
  7. move common device json data handling into common class

    added dedicated custom_codes directory
    litinoveweedle committed May 20, 2024
    Configuration menu
    Copy the full SHA
    30f276d View commit details
    Browse the repository at this point in the history
  8. fix CQ explicit return

    litinoveweedle committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d47bf25 View commit details
    Browse the repository at this point in the history
  9. Merge pull request litinoveweedle#9 from litinoveweedle/fix_async_tra…

    …ck_state_change_deprecation
    
    move common device json data handling into common class
    litinoveweedle authored May 20, 2024
    Configuration menu
    Copy the full SHA
    0cc1ee0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fixes for CQ checks

    climate temperature rounding
    litinoveweedle committed May 22, 2024
    Configuration menu
    Copy the full SHA
    15098ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d7775 View commit details
    Browse the repository at this point in the history
  3. updates documentation

    litinoveweedle committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8a92888 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    4d38532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d863d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2fcf7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#15 from litinoveweedle/support_zha_…

    …controller
    
    Add support for ZHA zigbee IR remotes as controller
    litinoveweedle authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    05d1fd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cafa970 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    litinoveweedle authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c77d38b View commit details
    Browse the repository at this point in the history
  7. fix ufor11 to be derived from MQTT controller

    reference ufor11 in docs
    litinoveweedle committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cf681f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    da2c160 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#18 from litinoveweedle/fan_only_tem…

    …peratures_compat
    
    Fan only temperatures compatibility
    litinoveweedle authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3e8f29c View commit details
    Browse the repository at this point in the history
  3. updated docs

    litinoveweedle committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    289dfc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#19 from litinoveweedle/support_ufo-…

    …r11_controller
    
    Support ufo-r11 controller
    litinoveweedle authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0376a75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0028acc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ac3fa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    9195077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc3c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a81e6c View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#21 from litinoveweedle/fan_only_tem…

    …peratures_compat
    
    changed fan_only single code format to the same as for "off" mode
    litinoveweedle authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5d00254 View commit details
    Browse the repository at this point in the history
  5. set entity to poll

    added init debug logging
    litinoveweedle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    46e3eb1 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    litinoveweedle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1ba856e View commit details
    Browse the repository at this point in the history
  7. fix hacs info readme

    litinoveweedle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e3dc83b View commit details
    Browse the repository at this point in the history
  8. fix md format typo

    litinoveweedle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    039baa1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request litinoveweedle#20 from litinoveweedle/climate_fahr…

    …enheit_support
    
    Add climate Fahrenheit support
    litinoveweedle authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0cb158d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca9437e View commit details
    Browse the repository at this point in the history
  11. Merge pull request litinoveweedle#22 from litinoveweedle/climate_fahr…

    …enheit_support
    
    reformatted all and fixed some device code json files
    litinoveweedle authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    86a8f7c View commit details
    Browse the repository at this point in the history
  12. docs update

    litinoveweedle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ded6cbb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    24b5f1a View commit details
    Browse the repository at this point in the history
  2. fix formatting

    litinoveweedle committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    435025f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix warning Replace blocking file open call with async method

    used async file call to solve warning:
    Detected blocking call to open inside the event loop by custom
    integration 'smartir' at custom_components/smartir/init.py, line 60:
    
    litinoveweedle#24
    rafiw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c9ca0a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update fan.py

    Fix warning:-
    
    SUPPORT_SET_SPEED was used from smartir, this is a deprecated constant.. Use FanEntityFeature.SET_SPEED instead..
    
    SUPPORT_DIRECTION was used from smartir, this is a deprecated constant.. Use FanEntityFeature.DIRECTION instead..
    
    SUPPORT_OSCILLATE was used from smartir, this is a deprecated constant.. Use FanEntityFeature.OSCILLATE instead..
    gurglingtonic authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8f3ad48 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fix format

    rafiw committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    00a3365 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    a409ed8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#25 from rafiw/fix_warning

    fix warning Replace blocking file open call with async method
    litinoveweedle authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    78bf972 View commit details
    Browse the repository at this point in the history
  3. Merge pull request litinoveweedle#26 from gurglingtonic/patch-1

    fix fan constants deprecation in HA 2024.6.0
    litinoveweedle authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9c57403 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aae6e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af3f1a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    3546afd View commit details
    Browse the repository at this point in the history
  2. fixed documentation for new power sensor configuration

    fixed schedule typo
    litinoveweedle committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    951faa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34dca07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85153db View commit details
    Browse the repository at this point in the history
  5. Update climate.py

    gurglingtonic authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cddcb64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df34526 View commit details
    Browse the repository at this point in the history
  7. Merge pull request litinoveweedle#30 from gurglingtonic/patch-3

    Minor typos correction on climate.py
    litinoveweedle authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f0d16b5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request litinoveweedle#29 from gurglingtonic/patch-2

    Minor typos correction on fan.py
    litinoveweedle authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b509d24 View commit details
    Browse the repository at this point in the history
  9. Merge pull request litinoveweedle#31 from gurglingtonic/patch-4

    Minor typos correction on media_player.py
    litinoveweedle authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d30562f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    675ae81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1664e57 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    2133632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0446d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0940b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9ebda5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    0329481 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update 1289.json

    All modes supported, including vertical and horizontal swing (and even both at the same time)
    tracedebrake authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ea4df6a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. * Added swing modes for high/low/left-swing/right-swing/both-swing. I…

    …n high/low/both-swing, horizontal swing is also enabled. In left-swing/right-swing, vertical swing is also enabled.
    
    * Modified fan_only to remove temperature
    * Added heat_cool and dry modes with all swing modes above
    harrytheeskimo committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6a97686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b8de2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    e70ca6a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    b083582 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    1db7e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbb917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e3a723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e1026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba95c89 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add-MSZ-HR35VF

    vxav committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1d9501f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. docs: add hacs link

    tanishqmanuja committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f96d889 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    13998bd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0e0eda7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    2839f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b8338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d18d7e View commit details
    Browse the repository at this point in the history
  4. fix formatting

    litinoveweedle committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b640700 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af5aa25 View commit details
    Browse the repository at this point in the history
  6. fix test path

    litinoveweedle committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0ed6942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c9f2a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bb5b2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9d70ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d76374 View commit details
    Browse the repository at this point in the history
  11. add PR CodeQL action

    litinoveweedle committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c83a50f View commit details
    Browse the repository at this point in the history
  12. Merge pull request litinoveweedle#58 from litinoveweedle/code_checking

    remove unnecessary test messages
    litinoveweedle authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d23018d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. add support for temperature precision 2.0

    refactored temperature checks
    litinoveweedle committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cb27e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#59 from litinoveweedle/code_checking

    add support for temperature precision 2.0
    litinoveweedle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d515012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a5de02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45953b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    651bee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c02319c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7edd00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e23a479 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e822447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2085af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf37b4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af8bc79 View commit details
    Browse the repository at this point in the history
  13. Merge pull request litinoveweedle#62 from litinoveweedle/code_checking

    renamed invalid device code files
    litinoveweedle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8871005 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be39d5a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    581654a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e8d10d View commit details
    Browse the repository at this point in the history
  17. Merge pull request litinoveweedle#63 from litinoveweedle/code_checking

    fix remove invalid codes from checks
    litinoveweedle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cce1195 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e938f62 View commit details
    Browse the repository at this point in the history
  19. Merge pull request litinoveweedle#64 from litinoveweedle/code_checking

    fix codes json catalog path
    litinoveweedle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c8fc839 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bc59c3b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5d2f7e5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request litinoveweedle#65 from litinoveweedle/code_checking

    move precision_round to DeviceData
    litinoveweedle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2877ae7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    deae1f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fix temperature units conversion

    fix target temperature steps selection
    litinoveweedle committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    60a67da View commit details
    Browse the repository at this point in the history
  2. changed precision rounding

    added missing temperature error message
    litinoveweedle committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f29ca70 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request litinoveweedle#66 from litinoveweedle/code_checking

    changed precision rounding
    litinoveweedle authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cb5ca33 View commit details
    Browse the repository at this point in the history
  2. improved send_command logging

    move temperature conversion into try section
    litinoveweedle committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7b2e6e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4c0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a94dd41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da7c96f View commit details
    Browse the repository at this point in the history
  6. fix for CQ

    litinoveweedle committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fe88aa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15a7ba1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request litinoveweedle#68 from litinoveweedle/preset_modes…

    …_support
    
    Preset modes support
    litinoveweedle authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cb3985f View commit details
    Browse the repository at this point in the history
  9. Merge pull request litinoveweedle#50 from tanishqmanuja/docs/add-hacs…

    …-link
    
    Add HACS link in readme
    litinoveweedle authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2e529c1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request litinoveweedle#37 from harrytheeskimo/MHI-DXK12ZMA…

    …-S-swing
    
    Update 1683.json
    litinoveweedle authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4cb3291 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3b5738 View commit details
    Browse the repository at this point in the history
  12. Merge pull request litinoveweedle#69 from litinoveweedle/code_checking

    fixed some of the code files to pass new checks, other marked as invalid
    litinoveweedle authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    604e31a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    677641f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4933637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb7798 View commit details
    Browse the repository at this point in the history
  3. didn't mean to delete that

    vxav authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e868ac1 View commit details
    Browse the repository at this point in the history
  4. add remote codes

    vxav authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    18e6e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0d3dfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06ddf9f View commit details
    Browse the repository at this point in the history
  7. Update codeql.yml

    litinoveweedle authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dc9ada9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    12ce642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8594a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    921d6c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a129a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    6f6064a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b0585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36695ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517279e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4fbb79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa37ad6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1313528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e752c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48e25a7 View commit details
    Browse the repository at this point in the history
  10. modified github action

    litinoveweedle committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    70d6469 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b805236 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd8d4a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db46925 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ed9c19 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d1ba34 View commit details
    Browse the repository at this point in the history
  16. redesigned workflows

    litinoveweedle committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    aebf316 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00c221e View commit details
    Browse the repository at this point in the history
  18. Merge pull request litinoveweedle#73 from omstrumpf/master

     Add 18 and 19 degree codes to climate/1118.json
    litinoveweedle authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5a6c0a4 View commit details
    Browse the repository at this point in the history
  19. fixed reformat action

    litinoveweedle committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    f261c42 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    231ca2f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c006ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    7c772f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add files via upload

    bogdanmatara authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca37259 View commit details
    Browse the repository at this point in the history
  2. added documentation

    fixed invalid delay_secs key
    litinoveweedle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e6360a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe69c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#78 from litinoveweedle/pass_remote_…

    …params
    
    Pass remote controller parameters
    litinoveweedle authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    836c639 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c5dddf View commit details
    Browse the repository at this point in the history
  6. fixed license path

    litinoveweedle authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7d8ae9a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    c12c703 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    b7ffdd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#84 from litinoveweedle/preset_modes…

    …_support
    
    initial docs for codes syntax
    litinoveweedle authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    eca53d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c24484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f89199 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request litinoveweedle#87 from litinoveweedle/dont_resend_…

    …on_off_if_same
    
    prevent accidentally switch device if 'on' and 'off' are same
    litinoveweedle authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1de15a7 View commit details
    Browse the repository at this point in the history
  2. fix codeQL issues

    litinoveweedle committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ab2c6fa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update lint.yml

    litinoveweedle authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    11d0695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65ec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4d16eae View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#89 from litinoveweedle/controllers_…

    …unification
    
    add unified configuration validation schema for all controller types
    litinoveweedle authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dc1607a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c2e44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#90 from litinoveweedle/controllers_…

    …unification
    
    fix LOOKin controller url formatting
    litinoveweedle authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f8e9c2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    310be39 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    12b6bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c78785 View commit details
    Browse the repository at this point in the history
  3. Merge pull request litinoveweedle#95 from litinoveweedle/preset_modes…

    …_support
    
    improved climate codes documentation
    litinoveweedle authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b2bf865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    004114c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    4c02235 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#96 from litinoveweedle/delay_betwee…

    …n_commands
    
    force delay after sending any IR command
    litinoveweedle authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8634105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3062be6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#97 from litinoveweedle/controllers_…

    …unification
    
    add documentation for new controllers configuration schema
    litinoveweedle authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    462fa2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a6925 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    1009cbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#100 from litinoveweedle/controllers…

    …_unification
    
    fix mqtt_topic configuration option for UFOR11 controller
    litinoveweedle authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b8bdc18 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d9a0e8e View commit details
    Browse the repository at this point in the history
  2. Add missing temperatureUnit

    ripa1993 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ef5a6f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix

    ripa1993 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4b01029 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    a2cd384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b44c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f5a6383 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#104 from gurglingtonic/patch-5

    Update FanEntityFeature.TURN_OFF / TURN_ON
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3610d23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request litinoveweedle#74 from tanishqmanuja/atomberg

    Add json for Atomberg Fan
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b4ddad9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request litinoveweedle#77 from bogdanmatara/master

    Beko BRVPG 120 support
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f0c0577 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da3af58 View commit details
    Browse the repository at this point in the history
  6. Merge pull request litinoveweedle#85 from hplato/Kendal_Titus

    Added Broadlink RF codes for Kendal Titus
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cfd64ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request litinoveweedle#88 from ericpignet/fork_carrier

    Add support for Carrier 42P250HX
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    07080e2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request litinoveweedle#101 from ripa1993/fork

    Add codes for Daikin FWT-GT on ESPHome
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ad7f1e7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request litinoveweedle#103 from Nathangorr/master

    Add BroadLink codes for Insignia NS-AC06/07/08PWH1
    litinoveweedle authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5abc4d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09e432a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2966eb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2921c00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#107 from Nathangorr/master

    Ensure AUTO mode matches HVAC capabilities
    litinoveweedle authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    803ef27 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update CODES_SYNTAX.md

    Missing 's' at the end of 'code'.
    jpbaril authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0ac4500 View commit details
    Browse the repository at this point in the history
  2. Merge pull request litinoveweedle#114 from jpbaril/patch-1

    Update CODES_SYNTAX.md
    litinoveweedle authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0e10f2c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    a073dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425bab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778e269 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Add files via upload

    BeardElk authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3532acc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    6464b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update 1706.json

    BeardElk authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    42e7b23 View commit details
    Browse the repository at this point in the history
  2. Update 1706.json

    Removed even more unnecessary code.
    BeardElk authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e048a3f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update 1706.json

    Final removal of unutilized fan-modes, where the AC simply doesn't allow that specific fan-mode.
    BeardElk authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b9599a7 View commit details
    Browse the repository at this point in the history