Ville Skyttä
|
03f7fe483b
|
Type hint improvements (#31876)
* Complete components.remote type hints
* Define ConfigType only in helpers.typing
|
2020-02-16 13:47:55 +01:00 |
Paulus Schoutsen
|
e019280d94
|
Annotate more async functions correctly (#31802)
|
2020-02-14 10:00:22 -08:00 |
Quentame
|
8a413b152d
|
Move esphome imports at top-level (#29064)
|
2019-11-25 18:00:58 -08:00 |
Ville Skyttä
|
761d7f21e9
|
Upgrade pylint (#27279)
* Upgrade pylint to 2.4.2 and astroid to 2.3.1
https://pylint.readthedocs.io/en/latest/whatsnew/2.4.html
https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-1
https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-2
* unnecessary-comprehension fixes
* invalid-name fixes
* self-assigning-variable fixes
* Re-enable not-an-iterable
* used-before-assignment fix
* invalid-overridden-method fixes
* undefined-variable __class__ workarounds
https://github.com/PyCQA/pylint/issues/3090
* no-member false positive disabling
* Remove some no longer needed disables
* using-constant-test fix
* Disable import-outside-toplevel for now
* Disable some apparent no-value-for-parameter false positives
* invalid-overridden-method false positive disables
https://github.com/PyCQA/pylint/issues/3150
* Fix unintentional Entity.force_update override in AfterShipSensor
|
2019-10-07 08:17:39 -07:00 |
Ville Skyttä
|
33e1b44b3a
|
Use PEP 526 type annotations, add some type hints (#26464)
* Add some more type hints to helpers.event
* Change most type comments to variable types
* Remove some superfluous type hints
|
2019-09-07 09:48:58 +03:00 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -07:00 |
Otto Winter
|
e669e1e2bf
|
ESPHome config flow only connect when needed (#24593)
* ESPHome config flow only connect when needed
* Lint
|
2019-06-18 17:41:21 +02:00 |
Otto Winter
|
05bb645263
|
Fix zeroconf migration messing up ESPHome discovery (#24578)
|
2019-06-17 09:19:39 -07:00 |
Otto Winter
|
5610541515
|
Fix ESPHome config flow with invalid config entry (#24213)
|
2019-05-31 11:27:27 +02:00 |
Otto Winter
|
1ce2d97d3d
|
Fix ESPHome discovered when already exists (#24187)
* Fix ESPHome discovered when already exists
* Update .coveragerc
|
2019-05-30 09:48:58 -07:00 |
Otto Winter
|
9438dd1cbd
|
Use name in ESPHome discovery title (#24100)
* Use name in ESPHome discovery title
* Add test
* Lint
|
2019-05-26 13:48:05 +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 |
Otto Winter
|
29187795a8
|
Fix ESPHome nodes being auto-added without user confirmation (#21444)
|
2019-02-26 12:35:25 -08:00 |
Otto Winter
|
55f9db6992
|
Bump aioesphomeapi to 1.5.0 (#20986)
* Bump aioesphomeapi to 1.5.0
* Update requirements_all.txt
* Fix editor line length setting
|
2019-02-11 21:57:17 +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
|
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 |