Alex
585bb6dac8
fix safe_mode ( #1421 )
...
* Deprioritize automations
Ensures safe mode is loaded before any automations are ran
* Fix lint
2021-01-11 20:10:35 +13:00
Otto Winter
32ae8fc2d0
Bump docker base image to 2.6.0 ( #1245 )
2020-08-23 21:53:41 -03:00
Otto Winter
b7436c0b22
Bump ESP8266 Arduino framework from 2.7.2 to 2.7.3 ( #1229 )
2020-08-23 21:53:33 -03:00
Otto Winter
e36dc2d05e
ESP8266 change recommended framework version to 2.7.2 ( #1208 )
2020-07-28 12:15:39 +02:00
Otto Winter
764eb960c6
Update build scripts
2020-07-15 01:37:30 +02:00
Niklas Wagner
c2e0ea97d8
Upgrade dependencies
2020-05-23 20:33:58 -03:00
Vc
a73fd55fc2
Adding the espressif 2.6.3 ( #944 )
2020-01-09 13:25:35 -08:00
Otto Winter
056c72d50d
Drop Python 2 Support ( #793 )
...
* Remove Python 2 support
* Remove u-strings
* Remove docker symlinks
* Remove from travis
* Update requirements
* Upgrade flake8/pylint
* Fixes
* Manual
* Run pyupgrade
* Lint
* Remove base_int
* Fix
* Update platformio_api.py
* Update component.cpp
2019-12-07 18:28:55 +01:00
Otto Winter
7a6df38515
Add ESP8266 core v2.6.2 ( #905 )
...
* Add ESP8266 core v2.6.2
* Upstream ESP8266 Wifi fixes
* Replace disable_interrupt with InterruptLock C++ class
* Update code to use InterruptLock
* Lint
* Update dht.cpp
* Improve InterruptLock docs, mark as ICACHE_RAM_ATTR
* Fixes
2019-12-04 19:30:10 +01:00
Nikolay Vasilchuk
f8d98ac494
http_request component ( #719 )
...
* It works
* Template doesn't work
* Template fix
* CA Certificate untested
* ESP32 done
* URL validation
* Lint fix
* Lint fix (2)
* Lint fix (<3)
* Support unsecure requests with framework >=2.5.0
* Removed fingerprint, payload renamed to body
* Removed add_extra
* Review
* Review
* New HTTP methods
* Check recommended version
* Removed dead code
* Small improvement
* Small improvement
* CONF_METHOD from const
* JSON support
* New JSON syntax
* Templatable headers
* verify_ssl param
* verify_ssl param (fix)
* Lint
* nolint
* JSON string_strict
* Two json syntax
* Lambda url fix validation
* CI fix
* CI fix
2019-11-09 18:37:52 +01:00
Otto Winter
1cfc6ac3c6
Update ESP8266/ESP32 bases ( #760 )
...
* Update ESP8266/ESP32 bases
* Update platformio.ini
* Update boards definitions
2019-10-18 14:46:29 +02:00
Nikolay Vasilchuk
be91cfb261
Device description in dashboard ( #707 )
...
* Description
* Review fixes
* Test
* Label
* Description renamed to comment
2019-10-14 11:27:07 +02:00
Otto Winter
81a070d03d
ESP32 Use NVS directly ( #659 )
2019-07-03 16:34:40 +02:00
Otto Winter
f99352f7e0
Update base image to 1.8.3 ( #625 )
2019-06-08 16:44:13 +02:00
Otto Winter
ebe64e24f1
Move ESPHome version define ( #607 )
...
* Move ESPHome version define
* Lint
2019-06-03 16:07:15 +02:00
Otto Winter
c53483a3b2
ESP8266 connect fixes ( #605 )
...
* ESP8266 Connection Fixes
* Update client.py
* Update mqtt_client.cpp
* Update mqtt_client.cpp
* Fix ping
* Async dump config
* Update base image to 1.7.0
* Update helpers.py
* Updates
* Update Dockerfile.lint
2019-06-03 15:21:36 +02:00
Marc-Antoine Courteau
4e520d13dd
List the correct boards when building for ESP32 ( #589 )
...
* List the ESP32 boards for ESP32 builds.
* Sort the list of valid boards.
2019-05-31 22:06:01 +02:00
Otto Winter
f35f6d2348
Use copy for custom includes ( #568 )
2019-05-29 19:30:35 +02:00
Otto Winter
510e53de70
Add core version 2.5.2
2019-05-26 10:31:29 +02:00
Otto Winter
999c1a5357
Warn if not registered properly
2019-05-21 12:23:38 +02:00
Otto Winter
a323679771
Revert upgrade ESP8266 core
...
Binary size increased by 30kb
2019-05-16 18:34:51 +02:00
Otto Winter
ed61c1dd58
Update docker base image
2019-05-15 14:41:11 +02:00
Otto Winter
f811b1157c
Updates for 1.13 ( #546 )
...
* Update CI matcher
* Check Executable bit
* Quicklint
* Updates
* Allow pm1.0 and pm10.0 for PMS5003ST
Fixes https://github.com/esphome/feature-requests/issues/225
* PowerSupplyRequester
* Lint
* Include debug data in generated main.cpp
* Updates
* Auto-select bit_depth
* Updates
2019-05-12 23:04:36 +02:00
Otto Winter
968ff4b619
Fixes
2019-05-08 11:31:06 +02:00
Otto Winter
766f6c045d
Updates
2019-04-24 23:49:02 +02:00
Otto Winter
8e75980ebd
Cleanup dashboard JS ( #491 )
...
* Cleanup dashboard JS
* Add vscode
* Save start_mark/end_mark
* Updates
* Updates
* Remove need for cv.nameable
It's a bit hacky but removes so much bloat from integrations
* Add enum helper
* Document APIs, and Improvements
* Fixes
* Fixes
* Update PULL_REQUEST_TEMPLATE.md
* Updates
* Updates
* Updates
2019-04-22 21:56:30 +02:00
Otto Winter
6682c43dfa
🏗 Merge C++ into python codebase ( #504 )
...
## Description:
Move esphome-core codebase into esphome (and a bunch of other refactors). See https://github.com/esphome/feature-requests/issues/97
Yes this is a shit ton of work and no there's no way to automate it :( But it will be worth it 👍
Progress:
- Core support (file copy etc): 80%
- Base Abstractions (light, switch): ~50%
- Integrations: ~10%
- Working? Yes, (but only with ported components).
Other refactors:
- Moves all codegen related stuff into a single class: `esphome.codegen` (imported as `cg`)
- Rework coroutine syntax
- Move from `component/platform.py` to `domain/component.py` structure as with HA
- Move all defaults out of C++ and into config validation.
- Remove `make_...` helpers from Application class. Reason: Merge conflicts with every single new integration.
- Pointer Variables are stored globally instead of locally in setup(). Reason: stack size limit.
Future work:
- Rework const.py - Move all `CONF_...` into a conf class (usage `conf.UPDATE_INTERVAL` vs `CONF_UPDATE_INTERVAL`). Reason: Less convoluted import block
- Enable loading from `custom_components` folder.
**Related issue (if applicable):** https://github.com/esphome/feature-requests/issues/97
**Pull request in [esphome-docs](https://github.com/esphome/esphome-docs ) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here>
## Checklist:
- [ ] The code change is tested and works locally.
- [ ] Tests have been added to verify that the new code works (under `tests/` folder).
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated in [esphomedocs](https://github.com/OttoWinter/esphomedocs ).
2019-04-17 12:06:00 +02:00
Otto Winter
3ef0634dd2
Upgrade ESP32 core to 1.0.1 ( #470 )
...
* Upgrade ESP32 core to 1.0.1
Ref https://github.com/espressif/arduino-esp32/issues/2540
* Undo remove
* Add i2c debugging
* Lint
2019-03-05 13:44:51 +01:00
Otto Winter
975b5127d6
Allow Arduino Core 2.5.0 for ESP8266 ( #469 )
2019-03-05 13:25:59 +01:00
Otto Winter
5a102c2ab7
Rewrite interrupt components ( #464 )
...
* Rewrite intterupt components
* Fix test
2019-03-03 16:47:10 +01:00
Otto Winter
a4edcc48ca
Lint
2019-02-26 19:46:58 +01:00
Otto Winter
3b00cfd6c4
Convert automation engine to use variadic templates ( #452 )
2019-02-26 19:28:11 +01:00
Otto Winter
1c7ca4bc6f
Recommend similar keys for spelling errors ( #458 )
...
* Recommend similar keys for spelling errors
Fixes https://github.com/esphome/feature-requests/issues/68
* Fixes
* Fix
2019-02-26 19:22:33 +01:00
Otto Winter
bacddc3673
Add restore state from flash option ( #459 )
2019-02-26 16:55:37 +01:00
Otto Winter
af0c213024
Allow use of arduino core v2.5.0 on ESP8266 ( #446 )
...
* Allow use of arduino core v2.5.0 on ESP8266
It's very unstable, but you can try if you want
* Fix
2019-02-21 18:16:00 +01:00
Otto Winter
e0eac6ba25
Make esphomeyaml rename a bit more graceful
2019-02-15 10:25:56 +01:00
Brad Davidson
0a4d49accb
Fix missing whitespace in key migration message
2019-02-13 09:42:54 -08:00
Otto Winter
3d9301a0f7
Rename esphomeyaml to esphome ( #426 )
...
* Rename
* Update
* Add migration
* Fix
* Fix dashboard
* Change test
* Fixes
* Code cleanup
* Fix import order
* Update
* Automate docker builds
* Shellcheck
2019-02-13 16:54:02 +01:00