Commit Graph

  • df6830110d
    Improve OTA error messages adding return codes (#3698) Ignacio Hernandez-Ros 2022-08-16 11:51:05 +0200
  • c8a51ad33b First release of component for reading Easymeter Q3DA smartmeter data via IR Interface. mvogt 2022-08-16 11:27:56 +0200
  • a0848e5bf3 Improved OTA error messages on the python side IgnacioHR 2022-08-16 08:37:05 +0000
  • 8c38fc2ae6 Changed the test I2C frequency to 100khz due to `MCP9600` validation check MrEditor97 2022-08-11 21:06:09 +0000
  • 3fb2f1e0d5 Implement `final_validate_device_schema` for I2C MrEditor97 2022-08-11 20:56:01 +0000
  • 2d165ea159 Fixed unused variable clang-tidy error MrEditor97 2022-08-09 15:15:41 +0000
  • 988b6f6a74 Support for MCP9600 Thermocouple Amplifier MrEditor97 2022-08-09 14:44:38 +0000
  • 2ce541922c
    Send CR as well. Samuel Sieb 2022-08-15 21:13:07 -0700
  • f5afc30723 Merge pull request #3718 from esphome/bump-2022.8.0b3 Jesse Hills 2022-08-16 15:16:37 +1200
  • 1a98e882dc
    Merge pull request #3718 from esphome/bump-2022.8.0b3 2022.8.0b3 Jesse Hills 2022-08-16 15:16:37 +1200
  • 9f476f1ea6 Bump version to 2022.8.0b3 Jesse Hills 2022-08-16 14:47:48 +1200
  • c943d84036
    Bump version to 2022.8.0b3 Jesse Hills 2022-08-16 14:47:48 +1200
  • ec3b03f2b4 Makes ble_client.ble_write's action value templatable (#3715) rbaron 2022-08-16 04:40:58 +0200
  • d07a6704d5
    Makes ble_client.ble_write's action value templatable (#3715) rbaron 2022-08-16 04:40:58 +0200
  • 73dfe668c0 Fixes BLE remote address type when connecting (#3702) rbaron 2022-08-15 05:09:33 +0200
  • 8cfcd5904c
    Fixes BLE remote address type when connecting (#3702) rbaron 2022-08-15 05:09:33 +0200
  • 9b15211150 Only trigger ble_client on_connect after discovering services (#3710) buxtronix 2022-08-15 13:06:05 +1000
  • fb8846bb45
    Only trigger ble_client on_connect after discovering services (#3710) buxtronix 2022-08-15 13:06:05 +1000
  • 72445dce4e Webui small fixes (#3713) anatoly-savchenkov 2022-08-15 01:28:29 +0300
  • 0d0733dd94
    Webui small fixes (#3713) anatoly-savchenkov 2022-08-15 01:28:29 +0300
  • 80a7ae71c9 Makes ble_client.ble_write's action value templatable (#3715) rbaron 2022-08-16 04:40:58 +0200
  • 1a524a5a50
    Makes ble_client.ble_write's action value templatable (#3715) rbaron 2022-08-16 04:40:58 +0200
  • dc53b4491f
    Merge branch 'dev' into bump-docker5 Jesse Hills 2022-08-16 13:18:06 +1200
  • 8c2b4c28d3 Removes outdated comment. rbaron 2022-08-11 09:01:46 +0200
  • ec9abc62d4 Removes useless extra eevent handler code rbaron 2022-08-11 08:44:46 +0200
  • fbd3250791 Distinction between retriable and non-retriable errors rbaron 2022-05-08 12:38:54 +0200
  • b8ade8e67a Fixes the invalid state bug rbaron 2022-05-04 22:19:51 +0200
  • 08ef22ad92 Make linter happy - third time is the charm rbaron 2022-05-04 08:52:51 +0200
  • a1e935496d Make linter happy #2 rbaron 2022-05-03 17:40:24 +0200
  • a9d704d80a Make linter happy rbaron 2022-05-03 17:34:05 +0200
  • 0423df47d5 Encapsulates data and adds backwards-compatible YAML ble_client config rbaron 2022-05-03 17:16:26 +0200
  • 2bed5ecba1 Dirty hack for delayed ble_write action rbaron 2022-04-27 21:43:46 +0200
  • 2d27854050 Makes lint happy rbaron 2022-08-15 19:46:11 +0200
  • beb20da65c Adds test to test2.yaml rbaron 2022-08-15 19:30:02 +0200
  • 6b4eb7d5a4 Makes ble_client.ble_write's action value templatable rbaron 2022-08-15 19:03:27 +0200
  • f89c774719
    libretuya: print FDB initialization result Kuba Szczodrzyński 2022-08-15 16:36:07 +0200
  • 226f7bc087 Merge remote-tracking branch 'upstream/dev' into display/lcd-menu Stanislav Meduna 2022-08-15 12:48:30 +0200
  • c4be4f0a9f Fixes BLE remote address type when connecting (#3702) rbaron 2022-08-15 05:09:33 +0200
  • 1a2288cccf
    Fixes BLE remote address type when connecting (#3702) rbaron 2022-08-15 05:09:33 +0200
  • c87d52ea7a Only trigger ble_client on_connect after discovering services (#3710) buxtronix 2022-08-15 13:06:05 +1000
  • 8df27d4c3f
    Only trigger ble_client on_connect after discovering services (#3710) buxtronix 2022-08-15 13:06:05 +1000
  • 600bfd9a86 Add support for pvvx mithermometer display via ble client (#3333) puuu 2022-08-15 07:56:25 +0900
  • 0688deca6b
    Add support for pvvx mithermometer display via ble client (#3333) puuu 2022-08-15 07:56:25 +0900
  • fdef2a486a
    Update .pre-commit-config.yaml Jesse Hills 2022-08-15 10:47:09 +1200
  • 5f793c5434
    Remove extra newlines Jesse Hills 2022-08-15 10:37:02 +1200
  • 3b075945d8
    Merge branch 'dev' into pvvx_display Jesse Hills 2022-08-15 10:34:32 +1200
  • 9dfd8f5f5d Webui small fixes (#3713) anatoly-savchenkov 2022-08-15 01:28:29 +0300
  • 01a4443b6c
    Webui small fixes (#3713) anatoly-savchenkov 2022-08-15 01:28:29 +0300
  • c11eb8a77c support modifying the apds9960 settings (#3708) Samuel Sieb 2022-08-14 15:16:56 -0700
  • e008b054cb
    support modifying the apds9960 settings (#3708) Samuel Sieb 2022-08-14 15:16:56 -0700
  • 7e2c7317f6 Merge pull request #3714 from esphome/bump-2022.8.0b2 Jesse Hills 2022-08-15 09:08:44 +1200
  • a67d58948d
    Merge pull request #3714 from esphome/bump-2022.8.0b2 2022.8.0b2 Jesse Hills 2022-08-15 09:08:44 +1200
  • b073b728c3
    Update esphome/components/apds9960/__init__.py Jesse Hills 2022-08-15 08:49:36 +1200
  • 0f2de33129
    Apply suggestions from code review Jesse Hills 2022-08-15 08:43:27 +1200
  • 59c0283197 Bump version to 2022.8.0b2 Jesse Hills 2022-08-15 08:23:35 +1200
  • 84c051d097
    Bump version to 2022.8.0b2 Jesse Hills 2022-08-15 08:23:35 +1200
  • a80512a6f3 add gradient color V2.0 (#3709) NP v/d Spek 2022-08-14 22:21:08 +0200
  • b918abfd54
    add gradient color V2.0 (#3709) NP v/d Spek 2022-08-14 22:21:08 +0200
  • 739fcd3313 Add state_class total (#3608) Peter Galantha 2022-08-10 19:00:09 -0700
  • 7f41b7cd93
    Add state_class total (#3608) Peter Galantha 2022-08-10 19:00:09 -0700
  • e046f259cf Add vector include (#3707) Jesse Hills 2022-08-11 13:57:42 +1200
  • 4759b4fe2e
    Add vector include (#3707) Jesse Hills 2022-08-11 13:57:42 +1200
  • e6a23e0edc Improve Web view for Climate components (#3706) anatoly-savchenkov 2022-08-11 04:32:55 +0300
  • e2c8e69d12
    Improve Web view for Climate components (#3706) anatoly-savchenkov 2022-08-11 04:32:55 +0300
  • 1159ca439d add gradient color V2.0 (#3709) NP v/d Spek 2022-08-14 22:21:08 +0200
  • 1cf213dad8
    add gradient color V2.0 (#3709) NP v/d Spek 2022-08-14 22:21:08 +0200
  • e372d36223 Remove useless file anatoly-savchenkov 2022-08-13 22:15:00 +0300
  • db07fc4252 Fixed linting anatoly-savchenkov 2022-08-13 21:58:11 +0300
  • 840f59771f Numbers: - Use step value to define accuracy (value of 1.000000 while step is 1 looked weird) - Add unit of measurement into state - Handle NaN number values with a more user friendly NA - Fix https://github.com/esphome/esphome-webserver/issues/11: Slider for a Number component can display wrong position on page load anatoly-savchenkov 2022-08-13 17:01:16 +0300
  • 86dcc94681 Add a helper function to derive accuracy in decimals from an increment step. Previous was a part of ClimateTraits anatoly-savchenkov 2022-08-13 17:00:41 +0300
  • 5c74cfbfdb
    carry out the clang-formating suggestions NP v/d Spek 2022-08-13 10:47:43 +0200
  • 57ae49367f
    Merge branch 'dev' into nvds-add-gardient-color NP v/d Spek 2022-08-13 10:30:39 +0200
  • 4988f9b34e removed TODOs, revert accidental commit of .pre-commit-config change Patrick Collins 2022-08-13 00:10:16 +0000
  • aed5de63cb quick fix Patrick Collins 2022-08-13 00:07:15 +0000
  • d36369ddc9
    Merge branch 'esphome:dev' into dev Daniel D'Abate 2022-08-12 23:03:57 +0200
  • 0dca0b8b91 ble_client on_connect should only trigger after discovering services and characteristics buxtronix 2022-08-12 12:31:28 +1000
  • c8bf3d3f54 add units Samuel Sieb 2022-08-11 18:38:27 -0700
  • ab07aa3cd1 add more settings Samuel Sieb 2022-08-11 17:37:02 -0700
  • 9646e5df0a Update the gradient function to a more solide way and let the functions fade_to_black and fade_to_white use this function NielsNl68 2022-08-11 21:52:12 +0200
  • 1266a94448 support modifying the apds9960 settings Samuel Sieb 2022-08-11 00:59:50 -0700
  • 2d3b907567 Add state_class total (#3608) Peter Galantha 2022-08-10 19:00:09 -0700
  • aeb81e547b
    Add state_class total (#3608) Peter Galantha 2022-08-10 19:00:09 -0700
  • cab48e36bf Add vector include (#3707) Jesse Hills 2022-08-11 13:57:42 +1200
  • 479f7703a2
    Add vector include (#3707) Jesse Hills 2022-08-11 13:57:42 +1200
  • 190136ab64
    Add vector include Jesse Hills 2022-08-11 13:47:05 +1200
  • e4bd8fe03a Improve Web view for Climate components (#3706) anatoly-savchenkov 2022-08-11 04:32:55 +0300
  • c7dc396b6d
    Improve Web view for Climate components (#3706) anatoly-savchenkov 2022-08-11 04:32:55 +0300
  • 7a20daf4a3 Fixed linting anatoly-savchenkov 2022-08-10 21:39:55 +0300
  • a3528659e2
    Merge branch 'dev' into dev Peter Galantha 2022-08-10 10:28:33 -0700
  • b088b6d0f6 Fixed linting anatoly-savchenkov 2022-08-10 20:28:14 +0300
  • 5529c3b808 Improve Web view for Climate components anatoly-savchenkov 2022-08-10 19:56:48 +0300
  • 33ff24051a
    Merge branch 'esphome:dev' into ota-fixes-esp32s3 Ignacio Hernandez-Ros 2022-08-10 10:45:27 +0200
  • e1e2d6b54d reinstate errno instead of err on some errors IgnacioHR 2022-08-10 08:23:46 +0000
  • 3306c93b6d Merge pull request #3705 from esphome/bump-2022.8.0b1 Jesse Hills 2022-08-10 15:45:17 +1200
  • 917e8e155c
    Merge pull request #3705 from esphome/bump-2022.8.0b1 2022.8.0b1 Jesse Hills 2022-08-10 15:45:17 +1200
  • c0bff1db1a Bump version to 2022.9.0-dev Jesse Hills 2022-08-10 15:26:02 +1200
  • 80e3030811
    Bump version to 2022.9.0-dev Jesse Hills 2022-08-10 15:26:02 +1200
  • 5b10ef90f3 Bump version to 2022.8.0b1 Jesse Hills 2022-08-10 15:26:02 +1200
  • a97e3d827d
    Bump version to 2022.8.0b1 Jesse Hills 2022-08-10 15:26:02 +1200
  • e4e35aa687 add triggers and action Guillermo Ruffino 2022-08-09 23:36:23 -0300