Paulus Schoutsen
|
f1d3c0d19b
|
Remove unused manifest fields (#33595)
|
2020-04-03 12:58:19 -07:00 |
Franck Nijhof
|
a84741392b
|
Format all manifests with prettier (#30521)
|
2020-01-06 21:28:23 +01:00 |
Otto Winter
|
b927f40f00
|
Add climate hvac_action for ESPHome (#28993)
* Add climate action
* Bump aioesphomeapi
|
2019-11-25 14:13:19 +01:00 |
Guillermo Ruffino
|
0c48b8ec52
|
Esphome climate features (#28786)
* add esphome climate fan
* adds back compatibility support
* fixes, add swing mode
* revert client config
* sort import
* rebase
|
2019-11-17 23:14:19 +01:00 |
Otto Winter
|
a1f2b6d402
|
ESPHome fix missing state in certain circumstances (#28729)
* Fix ESPHome having missing state in certain situations
Fixes https://github.com/esphome/issues/issues/828
* Update requirements_all
* Also fix climate preset mode
|
2019-11-12 09:26:46 -08:00 |
Otto Winter
|
8791a48328
|
Bump aioesphomeapi to 2.4.1 (#28170)
* Bump aioesphomeapi to 2.4.1
* Update requirements
* Bump to 2.4.2
|
2019-10-24 20:24:46 +02:00 |
Otto Winter
|
ba10d5d604
|
Add ESPHome sensor force_update option (#28059)
* Add ESPHome sensor force_update option
* Update aioesphomeapi to 2.4.0
|
2019-10-21 16:06:57 +02:00 |
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 |