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

Compatibility latest AppDaemon #7

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Compatibility latest AppDaemon #7

merged 3 commits into from
Sep 5, 2023

Commits on Aug 24, 2023

  1. I modified the code so to support the latest version of AppDaemon and…

    … HomeAssistant
    
    This includes:
    - Changhed function self.listen_state(self.temperature_update, entity=self.args["outside_temp_sensor"])
      to self.listen_state(self.temperature_update, entity_id=self.args["outside_temp_sensor"])
    - Reviewed the readme.md to reflect current best practices
    carmanber committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    42c178f View commit details
    Browse the repository at this point in the history
  2. Delete TODO

    carmanber authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f8786e0 View commit details
    Browse the repository at this point in the history
  3. Corrected mistake on log

    carmanber committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4dcd8a8 View commit details
    Browse the repository at this point in the history