1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

587 Commits

Author SHA1 Message Date
Florian Gareis
386dd5c948 Remove duplicate scrollbar & move scrollbar (#443)
* Remove duplicate scrollbar

* Move scrolling from modal-content to log-container

* Replace css autoscroll with stable js autoscroll
2019-02-20 12:50:24 +01:00
Otto Winter
80b2b645b1 Fix custom components not registered (#441) 2019-02-20 12:50:24 +01:00
Otto Winter
157716943b Fix MQTT log topic level (#445) 2019-02-20 12:38:09 +01:00
Otto Winter
29e99b2d90 Merge remote-tracking branch 'origin/master' into dev 2019-02-20 12:22:43 +01:00
Florian Gareis
18d68be606 Remove unnecessary wrapper (#444) 2019-02-19 20:46:23 +01:00
Florian Gareis
5d215f461d Remove duplicate scrollbar & move scrollbar (#443)
* Remove duplicate scrollbar

* Move scrolling from modal-content to log-container

* Replace css autoscroll with stable js autoscroll
2019-02-19 20:30:12 +01:00
Otto Winter
7e7466bab8 Re-remove aarch64
Tried it again and platformio doesn't work
2019-02-19 15:03:59 +01:00
Otto Winter
80f6555489 Fix custom components not registered (#441) 2019-02-18 14:59:35 +01:00
Otto Winter
c29caa4f3b Bump dev version to 1.12.0-dev 2019-02-18 12:10:05 +01:00
Otto Winter
5b77daa6b8 Bump version to v1.11.0b1 2019-02-17 20:23:20 +01:00
Otto Winter
7b97a29d4d Add wait_until action (#440) 2019-02-17 19:27:33 +01:00
Florian Gareis
16c9995944 Include tapTarget html element only when needed (#439) 2019-02-17 18:42:44 +01:00
Otto Winter
e8f1d2b417 Update base image to 1.2.1 2019-02-17 15:54:15 +01:00
Florian Gareis
615982534e Fix dashboard style issues (#437)
* Update dashboard copyright year

* Fix overflow and select color issue

* Make upload and compile modals not dismissible on outside click

* Fix to small dropdown
2019-02-17 15:31:41 +01:00
Otto Winter
0fbbbae828 Add display page abstraction (#435) 2019-02-17 00:35:23 +01:00
Otto Winter
71733e81d4 Add hidden option to wifi networks (#436) 2019-02-16 16:49:27 +01:00
Otto Winter
47dede53ad Add light partition platform (#434) 2019-02-16 16:47:23 +01:00
Otto Winter
744d28ce67 Add text_sensor.template.publish action (#433)
* Add text_sensor.template.publish action

* Fix

* Add test
2019-02-16 16:47:05 +01:00
Otto Winter
d715e687c6 Add RC5 IR code support (#432) 2019-02-16 15:30:59 +01:00
Otto Winter
ff90060285 Template lambda is optional 2019-02-16 13:12:49 +01:00
Otto Winter
7a18f48583 Add ADC sensor 2019-02-15 13:22:31 +01:00
Otto Winter
96c63aad62 Make esphomeyaml rename a bit more graceful 2019-02-15 10:25:56 +01:00
Otto Winter
e19645549a Add esphomeyaml legacy script 2019-02-15 10:19:18 +01:00
Otto Winter
6fbdb6347d Update to 1.1.0 docker base image 2019-02-14 16:07:28 +01:00
Otto Winter
e480e3ab74 Include common components for compiles (#431) 2019-02-14 14:46:10 +01:00
Otto Winter
a2c1646c11 Update README.md 2019-02-14 13:49:22 +01:00
Otto Winter
8ae78ac426 Fix docker hub build 2019-02-13 21:40:10 +01:00
Otto Winter
ddfd0dc3e5 Try to fix docker hub build 2019-02-13 21:29:08 +01:00
Otto Winter
0deb9b2279 Update Gitlab CI 2019-02-13 21:14:03 +01:00
Brad Davidson
90200dbc33 Fix missing whitespace in key migration message 2019-02-13 09:42:54 -08:00
Otto Winter
2ba228684b 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
Brandon Davidson
3227638876 Enable use of alternate hardware UARTs for logging (#427)
* Enable use of alternate hardware UARTs for logging

Enable use of Serial1 on ESP8266 and Serial1/Serial2 on ESP32 for logging.
This is frequently done on ESP8266 to allow use of Serial for UART TX+RX,
while maintaining logging output on Serial1 which is TX-only via GPIO2.

* ESPHOMELIB_UART -> UART_SELECTION_UART; HW_UART -> HARDWARE_UART

* Add test3 to travis; remove test4

* Set DEBUG_ESP_PORT based on logger UART setting
2019-02-13 11:20:22 +01:00
Jesse Hills
c6566a3197 Add support for JVC remote transmitting and receiving (#423)
* Add support for JVC remote transmitting and receiving

* Add missing import

* Fix line length
2019-02-11 18:09:31 +01:00
Otto Winter
e54b69a491 Revert "Upgrade espressif32 package to 1.6.0 (#355)" (#422)
* Revert "Upgrade espressif32 package to 1.6.0 (#355)"

This reverts commit e347cb538d428c48e7661a327ddff0b1a08d6792.

* Fix revert

* Fix
2019-02-11 16:50:10 +01:00
Otto Winter
de05cfa1f6 Make dout the default flash mode (#420) 2019-02-11 16:49:12 +01:00
Otto Winter
c4ad3a16dc Rework UART component for fixes (#419) 2019-02-11 15:50:12 +01:00
Otto Winter
a8ce234a97 Add use_address (#417) 2019-02-10 23:55:13 +01:00
Otto Winter
836b2b28bf Add template publish actions and switch triggers (#391)
* Add template publish actions and switch triggers

* Fix

* Add tests

* Add cover

* Lint

* Fix

* Fix
2019-02-10 23:35:07 +01:00
Otto Winter
ec0fb8ddbe Replace optimistic with Assumed State (#394)
* Replace optimistic with Assumed State

* Add tests

* Fix

* Lint
2019-02-10 23:28:56 +01:00
Otto Winter
415e16fb5c Auto-Redact personal information from logs (#421) 2019-02-10 20:30:05 +01:00
Otto Winter
dd7ece13a6 Fix build 2019-02-10 20:29:06 +01:00
Otto Winter
c3d67ebb4f Add local mDNS responder for .local (#386)
* Add local mDNS responder

* Fix

* Use mDNS in dashboard status

* Lint

* Lint

* Fix test

* Remove hostname

* Fix use enum

* Lint
2019-02-10 16:57:34 +01:00
Otto Winter
b1675cfe08 Add Switch Interlocking (#411) 2019-02-10 16:47:39 +01:00
Otto Winter
f71b394861 Better error messages for OTA (#418)
* Better error messages for OTA

* Update espota2.py
2019-02-10 16:43:44 +01:00
Otto Winter
eb9e0401d4 Store Raw Remote Codes in PROGMEM (#392)
* Store Raw Remote Codes in PROGMEM

* Lint

* Lint

* Fix
2019-02-10 16:41:12 +01:00
Otto Winter
5048e6047a Allow pins 9&10 for PWM (#410)
Ref https://github.com/esp8266/Arduino/pull/5055
2019-02-10 16:32:02 +01:00
Otto Winter
b3eb2343a9 Add Homeassistant Binary Sensor (#409) 2019-02-10 16:31:17 +01:00
Otto Winter
128da270b9 Print error when mqtt.publish used without MQTT enabled (#408)
Fixes https://github.com/esphome/issues/issues/40
2019-02-10 16:30:17 +01:00
Otto Winter
a57f09305a Lint 2019-02-10 16:22:12 +01:00
Otto Winter
efeffebee8 Fix custom components 2019-02-10 14:15:20 +01:00