1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-22 21:08:16 +00:00

Commit Graph

  • 0473c4c79f
    Update __init__.py (#1020) Team Super Panda 2020-05-02 09:53:41 +12:00
  • 952c93ee1d more lint Paul Quinn 2020-05-01 15:55:20 +01:00
  • 3e9f066671 more lint Paul Quinn 2020-05-01 15:43:33 +01:00
  • 8ee62187e9 Update light_color_values.h Paul Quinn 2020-05-01 15:29:01 +01:00
  • 358b9eca21 Update light_state.cpp Paul Quinn 2020-05-01 15:21:32 +01:00
  • 3b46e4c2de linting Paul Quinn 2020-05-01 15:15:07 +01:00
  • eba9623131 Adding support for MAX31856 Thermocouple Temperature Sensor (feature #700) Declan Shanaghy 2020-04-27 20:56:09 -07:00
  • 31565ffc1c Update light_state.cpp Paul Quinn 2020-05-01 14:52:11 +01:00
  • 2e666bff70 Make some Action methods protected Andrew Zaborowski 2020-05-01 12:38:34 +02:00
  • a62b6548d2 Make some Action methods protected Andrew Zaborowski 2020-05-01 12:38:34 +02:00
  • fcdf24a5bc Move stop/is_running implementation to Action base class Andrew Zaborowski 2020-05-01 00:11:26 +02:00
  • da390d32f8 Move stop/is_running implementation to Action base class Andrew Zaborowski 2020-05-01 00:11:26 +02:00
  • 3555a4aea6 Update light_color_values.h Paul Quinn 2020-05-01 11:16:02 +01:00
  • 24c60c3891 Update light_state.cpp Paul Quinn 2020-05-01 10:39:34 +01:00
  • d551c5f8c0 Update light_state.cpp Paul Quinn 2020-05-01 10:21:51 +01:00
  • bd79362b25 Update light_state.cpp Paul Quinn 2020-05-01 10:11:56 +01:00
  • 0613c1f1f9 Update light_state.cpp Paul Quinn 2020-05-01 10:06:38 +01:00
  • 56f3e36043 colour relative to white value Paul Quinn 2020-05-01 09:45:19 +01:00
  • f13b3a7433 Merge branch 'dev' of github.com:esphome/esphome into miscale dmkif 2020-05-01 09:42:58 +02:00
  • f52839f1ae http_request ESP32 insecure requests fix (#1041) Nikolay Vasilchuk 2020-05-01 05:05:11 +03:00
  • 8b92456ded
    http_request ESP32 insecure requests fix (#1041) Nikolay Vasilchuk 2020-05-01 05:05:11 +03:00
  • e205912b24 test disable no delay (#1026) Guillermo Ruffino 2020-04-30 23:00:57 -03:00
  • 14e9375262
    test disable no delay (#1026) Guillermo Ruffino 2020-04-30 23:00:57 -03:00
  • 30758c55eb esp32 remote: make RMT memory blocks configureable (#1002) puuu 2020-05-01 10:59:51 +09:00
  • d49ee47018
    esp32 remote: make RMT memory blocks configureable (#1002) puuu 2020-05-01 10:59:51 +09:00
  • 450ec728ac removed set_nodelay code Guillermo Ruffino 2020-04-30 21:40:50 -03:00
  • 3d91ed29d6 Update light_color_values.h Paul Quinn 2020-04-30 20:41:33 +01:00
  • c57c0be620 Update light_color_values.h Paul Quinn 2020-04-30 20:37:08 +01:00
  • 5828f13fbb Update light_color_values.h Paul Quinn 2020-04-30 20:36:59 +01:00
  • 21977341d7 Update light_color_values.h Paul Quinn 2020-04-30 20:28:59 +01:00
  • d0b6a9196a CI Nikolay Vasilchuk 2020-04-30 19:17:48 +03:00
  • 3761c2a3c8 Fixed #1175 Nikolay Vasilchuk 2020-04-30 15:57:08 +03:00
  • 711245cdda Dashboard Updates (#1025) Jonathan Adams 2020-04-29 14:04:05 +01:00
  • af66753c1b
    Dashboard Updates (#1025) Jonathan Adams 2020-04-29 14:04:05 +01:00
  • f2921212fd Merge branch 'dev' of https://github.com/schmart/esphome into dev Martin 2020-04-29 07:26:52 +02:00
  • fe43669ba9 Make initial run variable available to addressable_lambda (#1035) Niklas Wagner 2020-04-29 00:24:06 +02:00
  • f69f642937 Fix missing yield in uart causing watchdog timer resets in esp32 when blocking waiting on serial responses. (#1016) C W 2020-04-28 08:22:33 -07:00
  • 5874738c8b Bluetooth advertising automation (#995) puuu 2020-04-28 08:57:02 +09:00
  • 3411b9398f add lights on off triggers (#1037) Guillermo Ruffino 2020-04-25 15:39:34 -03:00
  • f5d898ea0b Change buffer sending process for waveshare_epaper (2.70in) (#1031) ukewea 2020-04-25 22:00:52 +08:00
  • afefd8f503 SHTC3: Wake up the sensor during setup (#993) Derek Hageman 2020-04-24 19:10:41 -06:00
  • 28c5011dad add mac address to wifi info (#1030) Guillermo Ruffino 2020-04-24 20:58:32 -03:00
  • 51d9e064b4 Climate whirlpool (#1029) Guillermo Ruffino 2020-04-21 22:53:14 -03:00
  • dae45809f1 Tests for CPP Code generation and some Python3 improvements (#961) Tim Savage 2020-04-20 10:05:58 +10:00
  • a61128becc Daikin climate receiver support (#1001) puuu 2020-04-17 06:57:58 +09:00
  • fa97211fc9 feat: Add support for MCP23016 IO Expander (#1012) Alex Reid 2020-04-12 15:07:10 -04:00
  • cd27dd0cff Add AC Dimmer support (#880) Otto Winter 2020-04-10 05:07:18 +02:00
  • 38eed0683a web_server: Add cover calls to REST API (#999) Andrew Zaborowski 2020-04-09 16:12:42 +02:00
  • d4bbe953c7 Add constant_brightness property to CWWW/RGBWW lights (#1007) kroimon 2020-04-08 14:31:23 +02:00
  • 5754791db2 Add HM3301 laser dust detection sensor (#963) Evgeny 2020-04-06 19:11:41 +02:00
  • fa27fcf950 removes comments from lambda (#998) Guillermo Ruffino 2020-04-05 22:14:49 -03:00
  • b310dc8e46 VSCode devcontainer support (#914) Nikolay Vasilchuk 2020-04-05 21:50:52 +03:00
  • cc0f77a176 fix servo bug restoring state and starting servo detached (#1008) Guillermo Ruffino 2020-04-05 13:42:43 -03:00
  • 34cb8fd86c Support for pcd8544 (nokia 5110 and 3310) screen (#973) Bartłomiej Biernacki 2020-04-04 23:23:23 +02:00
  • 4c8f599bc5 wifi: retry connection if the connection is not valid (#994) Abílio Costa 2020-03-30 18:32:48 +01:00
  • da270f0bbd Add AHT10 sensor (#949) Germain Masse 2020-03-21 19:31:07 +01:00
  • fcfaaa545d Corrections to default register values of ATM90E32 component (#982) John 2020-03-13 13:27:19 -04:00
  • 3044d8ea0e Unittests for esphome python code (#931) Tim Savage 2020-03-13 08:27:22 +11:00
  • 6405891699 Add TMP117 component (#992) Nicholas Peters 2020-03-12 17:25:00 -04:00
  • 77e6bd50f6 pzemac total energy support (#933) Pavel 2020-03-12 23:37:57 +03:00
  • 045c1435c2 SCD30 fixes and improvements (#962) Derek Hageman 2020-03-11 18:39:40 -06:00
  • 89aa389179 add on_rc_switch trigger (#983) escoand 2020-03-12 01:36:34 +01:00
  • 7bf9c72f35 add time cover assumed_state option (#979) Guillermo Ruffino 2020-03-11 21:35:01 -03:00
  • a6ff009641 Rgbww color fix (#967) Quinn Hosler 2020-03-11 20:33:20 -04:00
  • 2a44b1b786 http_request http fix (#980) Nikolay Vasilchuk 2020-03-12 03:27:05 +03:00
  • 522281c81d Fixed iBeacon struct and major and minor parsing (#987) sekkr1 2020-03-12 02:25:54 +02:00
  • 8c1e8aca4f Add support for Tuya ceiling fan controllers (#989) buxtronix 2020-03-12 11:24:05 +11:00
  • b0ea4d67ed Bugfix/1077 decode called on str fetching platformio stacktrace (#991) Tim Savage 2020-03-12 11:22:45 +11:00
  • 63ca0748ca Fix OTA updates getting killed by task_wdt (#959) Niklas Wagner 2020-03-12 01:20:27 +01:00
  • eda27b6357 Add support for TTGO epaper boards with B73 revision (#928) Thomas Klingbeil 2020-03-12 01:19:01 +01:00
  • c28eee6c3a Fix esphome/issues#947 - RGBW(W) white brightness (#925) Paul Nicholls 2020-03-12 13:17:29 +13:00
  • 68fbac498a Allow custom lights to be addressable (#954) Brandon Davidson 2020-03-11 17:16:33 -07:00
  • 02c742574d Output from platformio click command does not need to be decoded (#953) Brandon Davidson 2020-03-11 17:16:05 -07:00
  • eee4a6b738 Added equal symbol for MAX7219 7-segment display (#986) Erwin Kooi 2020-03-02 23:56:25 +01:00
  • f93825874d Webserver - include css, js in index (#932) Elkropac 2020-02-20 13:05:10 +01:00
  • bb8ffbe1f3 cors Martin 2020-04-28 08:00:28 +02:00
  • dd39a53592 Make initial run variable available to addressable_lambda (#1035) Niklas Wagner 2020-04-29 00:24:06 +02:00
  • 39b35b79ba
    Make initial run variable available to addressable_lambda (#1035) Niklas Wagner 2020-04-29 00:24:06 +02:00
  • 526448ddc5 Remove if clause Skaronator 2020-04-28 18:50:29 +02:00
  • 84d1563ecf Fix missing yield in uart causing watchdog timer resets in esp32 when blocking waiting on serial responses. (#1016) C W 2020-04-28 08:22:33 -07:00
  • a2a83c5004
    Fix missing yield in uart causing watchdog timer resets in esp32 when blocking waiting on serial responses. (#1016) C W 2020-04-28 08:22:33 -07:00
  • 3811f638ac Bluetooth advertising automation (#995) puuu 2020-04-28 08:57:02 +09:00
  • ba1222eae4
    Bluetooth advertising automation (#995) puuu 2020-04-28 08:57:02 +09:00
  • 507cf06ecc
    Merge pull request #1 from sermayoral/dashboard-updates Jonathan Adams 2020-04-27 12:00:55 +01:00
  • 1343001f19
    expose mac address via discovery Chris Talkington 2020-04-26 17:01:06 -05:00
  • 5443250100 add lights on off triggers (#1037) Guillermo Ruffino 2020-04-25 15:39:34 -03:00
  • 31ae337931
    add lights on off triggers (#1037) Guillermo Ruffino 2020-04-25 15:39:34 -03:00
  • b58475f161 add test Guillermo Ruffino 2020-04-25 15:21:55 -03:00
  • 39fca52f87 add lights on off triggers Guillermo Ruffino 2020-04-25 14:07:18 -03:00
  • 182ac96e8e Change buffer sending process for waveshare_epaper (2.70in) (#1031) ukewea 2020-04-25 22:00:52 +08:00
  • bab0ba9c0f
    Change buffer sending process for waveshare_epaper (2.70in) (#1031) ukewea 2020-04-25 22:00:52 +08:00
  • 75f5e283fc Fix linting Skaronator 2020-04-25 13:54:26 +02:00
  • 5a3f35e5c0 Make initial run variable available to addressable_lambda Skaronator 2020-04-25 13:32:23 +02:00
  • 5c1a984fae
    Fix linting eror ukewea 2020-04-25 13:20:46 +08:00
  • 0af76c5ec9 SHTC3: Wake up the sensor during setup (#993) Derek Hageman 2020-04-24 19:10:41 -06:00
  • c9e224e999
    SHTC3: Wake up the sensor during setup (#993) Derek Hageman 2020-04-24 19:10:41 -06:00
  • 4a19d9645d removed apds9960 as it is duplicated Guillermo Ruffino 2020-04-24 22:00:08 -03:00
  • ae6e006798 add mac address to wifi info (#1030) Guillermo Ruffino 2020-04-24 20:58:32 -03:00
  • 6123cb7c69
    add mac address to wifi info (#1030) Guillermo Ruffino 2020-04-24 20:58:32 -03:00
  • ceb26c4f44 Fix lint Sergio Mayoral Martinez 2020-04-25 01:32:47 +02:00