aioesphomeapi icon indicating copy to clipboard operation
aioesphomeapi copied to clipboard

Python Client for ESPHome native API. Used by Home Assistant.

Results 45 aioesphomeapi issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...

dependencies
python

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests 19b4fda [literal-comparison] Make the...

dependencies
python

Bumps [types-protobuf](https://github.com/python/typeshed) from 3.19.22 to 3.20.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-protobuf&package-manager=pip&previous-version=3.19.22&new-version=3.20.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...

dependencies
github_actions

Updates the requirements on [protobuf]() to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...

dependencies
python

When performing mdns or dns resolution for a given hostname v4 addresses are always returned for the connection over v6 when an address supports dual stacks. This allows for ipv6...

Following https://github.com/esphome/esphome/pull/3609

This adds a Humidifier component which is copy/mimic most of the Climate component functionality. I've assigned IDs 66 to 68 in the api.proto as there are some in-flight IDs used...

I am using home assistant docker on a raspberry pi 4 (64bit os). HA can't connect to my esphome devices. I was able to pull this out of the logs...

My device is a bit unstable and subscribe_states() does not seem to reconnect automatically. Can I use ReconnectLogic or something?