1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

69 Commits

Author SHA1 Message Date
Otto Winter
b9ad60f71f Updates 2018-09-25 10:30:45 +02:00
Otto Winter
a9faae0caa Fix docker build 2018-09-25 10:30:45 +02:00
Otto Winter
ecf8b86359 Lint 2018-09-25 10:30:45 +02:00
Otto Winter
203c2f6f65 Last Touches 2018-08-25 22:18:22 +02:00
Otto Winter
7407e3eb9f Further changes 2018-08-24 22:44:15 +02:00
Otto Winter
94155de87a Fixes for release-candidate 2018-08-22 22:04:56 +02:00
Otto Winter
19959cf507 Displays 2018-08-18 21:40:59 +02:00
Otto Winter
36a863b577 Smallish Update 2018-08-13 19:11:33 +02:00
Otto Winter
279dadc314 Small fixes 2018-06-14 00:14:01 +02:00
Otto Winter
d391b6f233 Fix lint 2018-06-13 23:01:50 +02:00
Otto Winter
0128575f09 Allow simpler automation syntax 2018-06-13 21:27:58 +02:00
Otto Winter
314798dfd7 Add ESP32 BLE Beacon 2018-06-12 21:18:04 +02:00
Otto Winter
b6436d2905 Fix multi wifi validation 2018-06-11 16:13:46 +02:00
Otto Winter
42dc148818 Revert Multi Wifi 2018-06-11 15:22:03 +02:00
Otto Winter
7598ad90ce Fix RF receiver dumpers 2018-06-11 15:21:38 +02:00
Otto Winter
2de6f689fd Add build_path option. Fixes#49 2018-06-11 10:12:44 +02:00
Otto Winter
fc6b559449 Add internal modifier. Fixes ottowinter/esphomelib#77 2018-06-11 10:01:54 +02:00
Otto Winter
a7bc687212 Fixes esphomelib#72 2018-06-08 20:33:14 +02:00
Brandon Davidson
6d33eabdb8 Add WiFi Signal Strength sensor (#35) 2018-06-07 19:29:18 +02:00
Otto Winter
e01de74c3e Lint 2018-06-07 17:04:33 +02:00
Otto Winter
086b347381 SHT3X-D Remove Accuracy Option 2018-06-07 11:27:04 +02:00
Otto Winter
425631dfa0 Fix OTA port not being set 2018-06-06 11:12:14 +02:00
Otto Winter
777a485f60 Fix dallas resolution 2018-06-06 10:27:50 +02:00
Otto Winter
4b1adec966 Fix optional returns from templates 2018-06-06 09:48:59 +02:00
Otto Winter
64366e4668 Fix ESP32 touch sleep duration conversion 2018-06-06 09:30:14 +02:00
Otto Winter
7d694949e4 Fix ESP32 touch ID issue 2018-06-06 09:26:56 +02:00
Otto Winter
39c76cb854 Fix ESP32 BLE 2018-06-06 09:18:21 +02:00
Otto Winter
bf86ccaa9c Fix SHT3xD with manual update interval 2018-06-06 09:06:14 +02:00
Otto Winter
dc734709a6 Improve wrong pin error message 2018-06-06 08:55:53 +02:00
Otto Winter
a6d1ff0b06 Fix WiFi domain option 2018-06-06 08:13:05 +02:00
Otto Winter
cd1a1e277c Fix web server CSS/JS URL 2018-06-06 08:12:51 +02:00
Otto Winter
e3ab63e5df Fix OrFilter 2018-06-06 08:12:39 +02:00
Otto Winter
833a1c259c Fix MQTT messages 2018-06-06 08:12:30 +02:00
Otto Winter
8219d84713 Fix i2c frequency 2018-06-06 08:12:17 +02:00
Otto Winter
bbb2ce22b2 Fix ultrasonic typo Fixes #62 2018-06-06 07:09:03 +02:00
Otto Winter
026f2f1895 Fix erroneous validation. Fixes OttoWinter/esphomelib#59 2018-06-05 22:32:34 +02:00
Otto Winter
625f14b9d4 Deep Sleep wakeup pin mode 2018-06-05 22:31:39 +02:00
Otto Winter
23116184de Fix filter out nan filter 2018-06-04 20:47:15 +02:00
Otto Winter
f20165de99 add_job 2018-06-03 07:11:11 +02:00
Otto Winter
90cbe5bfb6 ESP32 Hall Sensor 2018-06-02 23:25:13 +02:00
Otto Winter
44fe090d67 New coroutine-based task execution 2018-06-02 22:22:20 +02:00
Otto Winter
7667c14ca2 ADC VCC support Fixes #26 2018-06-02 13:43:49 +02:00
Otto Winter
efd155f4ce Fix template/switch cover example. Fixes #27 2018-06-01 22:58:23 +02:00
Brandon Davidson
42d6ce7c01 Fix #27 - invalid code gen for Template Cover (#29) 2018-06-01 22:48:07 +02:00
Otto Winter
e5df1b9295 Updates 2018-06-01 18:06:18 +02:00
Otto Winter
f233d2372f HassIO -> dashboard 2018-05-27 14:15:24 +02:00
Otto Winter
1baa3386b7 Update dev library URI 2018-05-21 20:55:39 +02:00
Otto Winter
84f75fc2f7 More Actions 2018-05-21 17:01:47 +02:00
Otto Winter
ba9b1b1ed0 HassIO add-on (#18)
* HassIO Beginnings

* Updates

* Fix pylint errors

* Fix pylint error
2018-05-21 16:40:22 +02:00
Jimmy Hedman
6f4074cc15 Add domain paramteter to wifi. (#16)
* Add domain paramteter to wifi.

- To be able to do OTA updates on networks that doesn't use .local as
  local domain parameter domain is added to wifi section. It's currently
  only used for OTA.

* Centralised default parameter for domain.

* Added input validation for domainname.
2018-05-21 15:47:30 +02:00