Paulus Schoutsen
|
c2eec16721
|
Update translations
|
2019-02-02 14:12:23 -08:00 |
Otto Winter
|
8000b97180
|
Bump aioesphomeapi to 1.4.2 (#20247)
* Bump aioesphomeapi to 1.4.2
* Update requirements_all.txt
|
2019-01-19 17:13:32 +01:00 |
Otto Winter
|
f225570980
|
Move ESPHome Source Files (#20092)
* Move ESPHome source files
* Update .coveragerc
* Update CODEOWNERS
|
2019-01-14 09:00:48 -07:00 |
Paulus Schoutsen
|
96b8c517f0
|
Update translations
|
2019-01-13 09:38:22 -08:00 |
Otto Winter
|
2339cb05ad
|
Fix errors in ESPHome integration (#20048)
* Fix Home Assistant State Import
* Fix cover state
* Fix fan supported features
* Fix typo
|
2019-01-13 15:52:23 +01:00 |
Paulus Schoutsen
|
9aed40a88d
|
Update translations
|
2019-01-09 15:29:31 -08:00 |
Otto Winter
|
e30c324b32
|
Bump aioesphomeapi (#19838)
|
2019-01-07 11:58:10 +01:00 |
Otto Winter
|
68723730a7
|
Add ESPHome native API discovery (#19399)
* ESPHome discovery
* Add note about netdisco
* 🔡
* Address comments
* Bump netdisco to 2.3.0
* Update requirements_all.txt
|
2019-01-05 16:00:07 +01:00 |
Otto Winter
|
c7700ad11c
|
Fix some ESPHome race conditions (#19772)
* Fix some ESPHome race conditions
* Remove debug
* Update requirements_all.txt
* 🚑 Fix IDE line length settings
|
2019-01-04 22:10:52 +01:00 |
Otto Winter
|
dbd5396dc7
|
Add native ESPHome Home Assistant state feature (#19429)
* Add native ESPHome Home Assistant state feature
* Update aioesphomeapi
|
2018-12-20 23:29:57 +01:00 |
Paulus Schoutsen
|
57ee514d70
|
Update translations
|
2018-12-19 15:01:02 +01:00 |
Otto Winter
|
7317b1bb8b
|
Miscellaneous ESPHome cleanups (#19425)
|
2018-12-18 19:04:50 +01:00 |
Otto Winter
|
4ffacec4be
|
Add native ESPHome API service call feature (#19401)
* Add native ESPHome API service call feature
* 🚑 Fix
|
2018-12-17 21:18:54 +01:00 |
Otto Winter
|
44bf5ba001
|
Add native ESPHome API device registry feature (#19381)
* Add native ESPHome API device registry feature
* 😅 Actually call method
* Run script/gen_requirements_all
* Don't prefix sw_version
|
2018-12-17 20:54:39 +01:00 |
Otto Winter
|
77e4f69af0
|
ESPHome Native API Restore Entities on startup (#19379)
* Update __init__.py
* Use attr.fields_dict
|
2018-12-17 20:53:51 +01:00 |
Otto Winter
|
4b124e4c25
|
Add native ESPHome API switch (#19376)
* Add esphomelib native API switch
* Update
* 🚑 Lint
|
2018-12-17 20:50:56 +01:00 |
Otto Winter
|
c45beeef6d
|
Add native ESPHome API light (#19375)
* Add esphomelib native API light
* Update
* 🚑 Lint
|
2018-12-17 20:49:03 +01:00 |
Otto Winter
|
a158397b6d
|
Add native ESPHome API fan (#19374)
* Add esphomelib native API fan
* Update
* 🚑 Lint
|
2018-12-17 20:46:57 +01:00 |
Otto Winter
|
a1fb6ae38f
|
Add native ESPHome API cover (#19373)
* Add esphomelib native API cover
* Update
* 🚑 Lint
|
2018-12-17 20:44:47 +01:00 |
Otto Winter
|
8c67ebc143
|
Add native ESPHome API binary sensor (#19371)
* Add esphomelib native API binary sensor
* Fixes
* 🚑 Lint
|
2018-12-17 20:40:57 +01:00 |
Otto Winter
|
a08bab7b18
|
Add native ESPHome API component (#19334)
* Create esphomelib component
* Update requirements
* Remove python 2 string literals
* MVP
* Remove config flow
* Remove config flow translations
* Use dispatcher more
* Use data classes
* Type Hints
* Cleanup on remove
* Use helper and cleanup
* Fix HA stop listener cleanup
* Add config flow
* Fix SyntaxError for Py3.5
* Update
* Lint
* Re-do tests
* ✨ Rename to ESPHome
* Better error message for resolve errors
* Fix tests when aioesphomeapi not installed
* Refactor mock
* Update requirements
* Add strings.json
* 🍵 100% config flow test coverage
|
2018-12-17 01:29:32 +01:00 |