1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 23:30:28 +01:00

678 Commits

Author SHA1 Message Date
Otto Winter
5fb855a3a9 Fix dashboard for Py3 installs (#596)
Fixes https://github.com/esphome/issues/issues/368
2019-06-01 22:02:05 +02:00
Otto Winter
97301bcf7e Fix medium fan speed (#595) 2019-06-01 22:02:04 +02:00
Otto Winter
cdcb0cba08 Fix flicker light effect turning itself off (#594)
Fixes https://github.com/esphome/issues/issues/382
2019-06-01 22:02:04 +02:00
Otto Winter
ff9a005d37 Fix remote_receiver binary_sensor (#592)
Fixes https://github.com/esphome/issues/issues/369
2019-06-01 22:02:04 +02:00
Otto Winter
e31369d8f9 Fix timezone detection (#586)
* Fix timezone detection

* Update __init__.py
2019-06-01 22:02:04 +02:00
Otto Winter
cd644c8496 Fix scripts circular dependency (#591)
Fixes https://github.com/esphome/issues/issues/370
2019-06-01 22:02:04 +02:00
Otto Winter
b52005aa43 Fix addressable effects (#590) 2019-06-01 22:02:03 +02:00
Marc-Antoine Courteau
82e6170920 List the correct boards when building for ESP32 (#589)
* List the ESP32 boards for ESP32 builds.

* Sort the list of valid boards.
2019-06-01 22:02:03 +02:00
Otto Winter
3455fbfb1d Bump version to v1.13.2 2019-05-31 16:37:56 +02:00
Otto Winter
57a3f9080d Fix i2c setup priority (#585)
Fixes https://github.com/esphome/issues/issues/314
2019-05-31 16:37:49 +02:00
Otto Winter
decc57317d Fix light partition (#584)
* Fix light partition

Fixes https://github.com/esphome/issues/issues/365

* Lint
2019-05-31 16:37:48 +02:00
Otto Winter
18d95a99eb Fix MQTT on_message trigger (#583)
Fixes https://github.com/esphome/issues/issues/363
Fixes https://github.com/esphome/issues/issues/364
2019-05-31 16:37:48 +02:00
Otto Winter
2e8fe52a0c Fix travis build (#582) 2019-05-31 16:37:48 +02:00
Otto Winter
905ca85a45 Fix Rotary Encoder (#580)
Fixes https://github.com/esphome/issues/issues/360
2019-05-31 16:37:48 +02:00
Otto Winter
d27faa0505 Fix MQTT client_id changed (#579)
Fixes https://github.com/esphome/issues/issues/323
2019-05-31 16:37:48 +02:00
Otto Winter
5ba27d9e72 Fix remote_receiver binary_sensor schema (#578)
Fixes https://github.com/esphome/issues/issues/353#issuecomment-497491863
2019-05-31 16:37:47 +02:00
Otto Winter
ac867fede9 Bump version to v1.13.1 2019-05-30 22:31:56 +02:00
Otto Winter
696ae2a08d Fix waveshare 7.5in model (#576)
* Fix waveshare 7.5in model

Fixes https://github.com/esphome/issues/issues/357

* Fix platformio travis errors
2019-05-30 22:31:54 +02:00
Otto Winter
67ae6eed79 Dashboard work around Hass.io bug (#575)
* Dashboard work around Hass.io bug

Ref https://github.com/home-assistant/hassio/issues/1103

* Lint
2019-05-30 22:31:53 +02:00
Otto Winter
a8ea59a29c Fix Sun Trigger (#572)
* Fix Sun Trigger

* Fix cwww lights
2019-05-30 22:31:53 +02:00
Otto Winter
2fdcc6ca55 Fix validation TypeError (#574) 2019-05-30 22:31:53 +02:00
Otto Winter
8ce31ac50e Fix merge 2019-05-30 14:20:06 +02:00
Otto Winter
2b9a3ad5b2 Bump version to v1.13.0 2019-05-30 14:15:41 +02:00
Otto Winter
0395d884ea Merge branch 'beta' 2019-05-30 14:15:28 +02:00
Otto Winter
b4bb5e8341 Bump version to v1.13.0b7 2019-05-30 13:13:40 +02:00
Otto Winter
01b4f341b7 Register light conditions (#570) 2019-05-30 13:13:37 +02:00
Jesse Hills
b3f24c3c60 Correctly set warm white variables (#569) 2019-05-30 13:13:36 +02:00
Otto Winter
71df06e83c Bump version to v1.13.0b6 2019-05-29 19:38:32 +02:00
Otto Winter
5b2056ec3f Add uart.write action (#567)
* Add uart.write action

* Lint
2019-05-29 19:38:29 +02:00
Otto Winter
7f15d9e8fe Use copy for custom includes (#568) 2019-05-29 19:38:29 +02:00
Otto Winter
5baff381a2 Fix TSL2561 invalid default (#566)
Ref https://github.com/esphome/issues/issues/352#issuecomment-496883794
2019-05-29 19:38:28 +02:00
Otto Winter
466a2989bc Apply removed patch 2019-05-29 11:36:31 +02:00
Otto Winter
ea4b8bc688 Bump version to v1.13.0b5 2019-05-29 11:22:10 +02:00
Jesse Hills
0f492e1dce Add CT Clamp component (#559)
* Add CT Clamp component

* Update lint

* Some more fixes

* Make updates to work as an analog sensor consumer

* Remove unused imports
Update lint suggestions

* Move setup_priority to header

* Remove unused calibration value

* Remove Unique ID

- Will be auto generated

* Update to use loop and not slow down main loop

Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-05-29 11:22:00 +02:00
Otto Winter
3473dbec44 Warn if a component does long-running work in loop thread (#565)
* Warn if a component does long-running work in loop thread

* Update application.cpp
2019-05-29 11:21:15 +02:00
gitolicious
5ac68d26c8 Renamed upload button (#563)
* Renamed upload button

* Renamed upload button in code
2019-05-29 11:17:56 +02:00
Otto Winter
8aa0dc6e94 Bump version to v1.13.0b4 2019-05-28 21:37:31 +02:00
gitolicious
c7136a8220 added download, edit and retry buttons to upload modal (#557)
* added download, edit and retry buttons to upload modal

* changed hide for disabled, resorted buttons

* moved upload action buttons to menu

* button changes

moved edit button from menu in upload modal
swapped validation button for upload in edit modal
2019-05-28 21:37:28 +02:00
Otto Winter
8d0e5a9aca Fix CWWW/RGBWW lights (#562) 2019-05-28 21:37:28 +02:00
Michiel van Turnhout
2a35d78f31 Binary sensor map implementation (#551)
* add binary_sensor_map c code

* add python file

* fixed python and C++ code for new framework

* renamed add_sensor to add_channel

* travis

* Updates

- Use struct for channels_ array - heap allocation is not really necessary here.
- any_active can also be written as mask != 0
- Update setup priority to DATA
- Use shorter TAG (name is already long; not important)
- Quotes around name
- Add icon to sensor
- Use new cv.typed_schema
- Change CONF_CHANNEL to CONF_BINARY_SENSOR - makes it clearer that this option accepts a binary sensor (and not for example an int)
- Add test


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-05-28 21:37:27 +02:00
Michiel van Turnhout
ed07baae2d Mpr121 added debounce and thresholds config (#558)
* fixed code issues from previous PR

* travis line to long

* travis

* more travis

* Update esphome/components/mpr121/mpr121.h

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* fixed issues

* fixed issues

* fixes remove duplicate line
remove threshold settings

* fixed touch release thresholds mixup
2019-05-28 21:37:27 +02:00
Otto Winter
7806e95945 Waveshare enter deep sleep mode on shutdown (#561)
Fixes https://github.com/esphome/issues/issues/307

Only enters deep sleep mode when node turns off - not between updates because entering+exiting deep sleep takes some time (could be added later)
2019-05-28 21:37:27 +02:00
Otto Winter
de753e62e3 Bump version to v1.13.0b3 2019-05-28 16:35:55 +02:00
Otto Winter
de9d86c63c Add NTC and resistance sensor (#560)
* Add NTC and resistance sensor

Fixes https://github.com/esphome/feature-requests/issues/248

* Fix

* Fix platformio4 moved get_project_dir
2019-05-28 16:35:50 +02:00
Otto Winter
b5bd8a36d0 Do not recompile on version change 2019-05-28 12:11:46 +02:00
Otto Winter
e0e5456223 Fix gitlab 2019-05-28 12:01:32 +02:00
Otto Winter
a4cd21aff7 Bump version to v1.13.0b2 2019-05-28 10:48:48 +02:00
gitolicious
e56e5ab942 added link from dashboard to web server, if configured (#556)
* added link from dashboard to web server, if configured

* linter fixes

* simplified integration lookup

* included loaded_integration in storage json

* included loaded_integration in storage json

* fixed loaded_integrations

plus linter changes

* fixed comment: List

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* return empty list

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* convert to list

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* default to empty list on missing loaded_integrations

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* None check no longer needed

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* None check no longer needed

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* removed newline
2019-05-28 10:48:45 +02:00
Otto Winter
c700906abc Use lint image for tests 2019-05-28 10:41:19 +02:00
Otto Winter
db3c5f05f7 Update gitlab CI script, add cpp lint 2019-05-28 10:24:13 +02:00