Franck Nijhof
|
c7da781efc
|
Update documentation link URL for integrations in all manifests (#27114)
|
2019-10-02 09:25:44 -07:00 |
Otto Winter
|
024ce0e8eb
|
Add ESPHome event generation and user-defined service array support (#24595)
* Add ESPHome event generation and user-defined service array support
* Comments
* Lint
|
2019-06-18 17:43:11 +02:00 |
Otto Winter
|
34260ed09f
|
Bump aioesphomeapi to 2.1.0 (#24278)
* Bump aioesphomeapi to 2.1.0
* Update requirements txt
|
2019-06-03 16:30:29 +02:00 |
Robert Svensson
|
085303c349
|
ESPHome component to use zeroconf discovery (#24043)
* Move ESPHome component to use zeroconf discovery
* Remove esphome from discovery component
|
2019-05-23 08:55:08 +02:00 |
Paulus Schoutsen
|
1e22c8daca
|
Automatically generate config flow list (#23802)
* Add config flow to manifest.json
* Still load config flows via config flow platform
* Fix typo
* Lint
* Update config_flows.py"
* Catch import error when setting up entry
* Lint
* Fix tests
* Fix imports
* Lint
* Fix Unifi tests
* Fix translation test
* Add homekit_controller config flow
|
2019-05-13 01:16:55 -07:00 |
Otto Winter
|
0c90bfb936
|
Fix ESPHome setup errors in beta (#23242)
* Fix ESPHome setup errors in beta
* Update requirements_all.txt
|
2019-04-22 12:13:21 -07:00 |
Otto Winter
|
5727beed8e
|
Add ESPHome Cover position/tilt support (#22858)
## Description:
Add ESPHome cover position and tilt support.
The aioesphomeapi also received a small refactor for these changes and those are part of this PR (constants were refactored into enums and optimistic was renamed to assumed_state). If possible, I'd like to include those in this PR because:
1. It's mostly just very simple changes
2. Because of the new position change the dev branch would be in a non-working state for a while until the split PR is merged (unless I write some temporary glue logic, but I'd prefer to avoid that)
## Checklist:
- [x] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
If the code communicates with devices, web services, or third-party tools:
- [x] [_The manifest file_][manifest-docs] has all fields filled out correctly ([example][ex-manifest]).
- [x] New dependencies have been added to `requirements` in the manifest ([example][ex-requir]).
- [x] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
[ex-manifest]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json#L5
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L23
[manifest-docs]: https://developers.home-assistant.io/docs/en/development_checklist.html#_the-manifest-file_
|
2019-04-08 15:44:24 +02:00 |
Paulus Schoutsen
|
cfe4cf30ad
|
Add manifests (#22699)
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
|
2019-04-03 21:14:45 -07:00 |