Skip to content

Commit

Permalink
Cover position tilt (esphome#582)
Browse files Browse the repository at this point in the history
## Description:

Also contains other stuff (working locally and I don't want to bother with untangling local changes)

- Removes old OTA support
- Refactor light class to be more like other components

**Related issue (if applicable):** fixes <link to issue>

**Pull request in [esphome](https://github.com/esphome/esphome) with python changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**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.
  - [ ] The code change follows the [standards](https://esphome.io/guides/contributing.html#contributing-to-esphome-core)

If user exposed functionality or configuration variables are added/changed:
  - [ ] Documentation added/updated in [esphome-docs](https://github.com/esphome/esphome-docs).
  • Loading branch information
OttoWinter authored Apr 8, 2019
1 parent b3c7e31 commit bab4f5e
Show file tree
Hide file tree
Showing 45 changed files with 2,398 additions and 1,058 deletions.
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ build_flags =
-DUSE_FAST_LED_LIGHT
-DUSE_NEO_PIXEL_BUS_LIGHT
-DDONT_STORE_LOG_STR_IN_FLASH
-DUSE_NEW_OTA
; Don't use FlashStringHelper for debug builds because CLion freaks out for all
; log messages
src_filter = +<src>
Expand Down
Loading

0 comments on commit bab4f5e

Please sign in to comment.