Commit graph

41 commits

Author SHA1 Message Date
Martin Weinelt 3d5e949f61 esphome: 2022.1.1 -> 2022.1.2 2022-01-24 21:48:43 +01:00
Martin Weinelt 32fc7222b6
esphome: 2021.12.3 -> 2022.1.1 2022-01-19 21:13:13 +01:00
Martin Weinelt 569ca3f65a esphome: 2021.12.2 -> 2021.12.3 2021-12-30 13:30:26 +01:00
Martin Weinelt e03d0a5ee5 esphome: 2021.12.1 -> 2021.12.2 2021-12-21 13:16:06 +01:00
Martin Weinelt 17f683542b esphome: 2021.12.0 -> 2021.12.1 2021-12-15 20:18:18 +01:00
Martin Weinelt b2aa4f1f25
esphome: 2021.11.4 -> 2021.12.0 2021-12-11 20:17:44 +01:00
Martin Weinelt a542c7c8c5
esphome: apply patch to fix subprocess usage 2021-12-01 20:03:42 +01:00
Martin Weinelt f69af24c74
esphome: 2021.10.1 -> 2021.11.4 2021-12-01 20:03:36 +01:00
Martin Weinelt 9b32fad11d esphome: 2021.10.0 -> 2021.10.1 2021-10-21 20:09:39 +02:00
Martin Weinelt f4f39dde4f
esphome: 2021.9.3 -> 2021.10.0 2021-10-20 21:49:07 +02:00
Martin Weinelt 3a6bad3cd0 esphome: 2021.9.2 -> 2021.9.3 2021-10-08 12:21:30 +02:00
Martin Weinelt afe7bbe071
esphome: 2021.9.1 -> 2021.9.2 2021-09-28 12:54:23 +02:00
Martin Weinelt dd97523efe esphome: 2021.9.0 -> 2021.9.1 2021-09-20 14:32:50 +02:00
Martin Weinelt 7566d3679a
esphome: 2021.8.2 -> 2021.9.0 2021-09-16 00:03:57 +02:00
Martin Weinelt 7c9d049653 esphome: 2021.8.1 -> 2021.8.2 2021-08-25 14:17:36 +02:00
Martin Weinelt 3f5f2abade esphome: 2021.8.0 -> 2021.8.1 2021-08-24 12:19:56 +02:00
Martin Weinelt e46317b5f2
esphome: 1.20.4 -> 2021.8.0 2021-08-19 20:31:07 +02:00
Martin Weinelt d53aafd7f2 esphome: 1.20.3 -> 1.20.4 2021-08-04 18:10:33 +02:00
R. RyanTM 6660b6b8cc esphome: 1.20.2 -> 1.20.3 2021-07-30 08:13:17 +00:00
Martin Weinelt 6a0d5d8dd2
esphome: 1.20.1 -> 1.20.2 2021-07-29 11:07:29 +02:00
Martin Weinelt a281876a05 esphome: 1.20.0 -> 1.20.1 2021-07-27 01:33:02 +02:00
Martin Weinelt 561c1ee2d3
esphome: 1.19.4 -> 1.20.0
https://github.com/esphome/esphome/releases/tag/v1.20.0
2021-07-21 23:27:00 +02:00
Martin Weinelt 4dbe056ea2
esphome: disable two failing tests
esphome is still stuck on hypothesis 5.49 and tries to import things
that are gone in 6.0 and later. Using a package override here would be
costly as it would cause alot of rebuilds, as hypothesis is an integral
part of e.g. pytest.
2021-07-11 01:17:37 +02:00
Martin Weinelt 0ed028bdd1
esphome: 1.19.3 -> 1.19.4 2021-06-24 03:47:51 +02:00
Martin Weinelt 6d7451d728
esphome: 1.19.2 -> 1.19.3 2021-06-23 13:15:37 +02:00
Martin Weinelt 06d92ba195
esphome: fix permissions on src file before modifying them
We store esphome in the nix store, which results in its file permissions
being 0444. Esphome, when compiling a firmware image, will copy these
files from the nix store to a working directory. When updating between
versions it will notice these files changed and try to copy the new
version over, which would break, because the user had no write
permissions on the files.

❯ esphome compile 01e4ac.yml
INFO Reading configuration 01e4ac.yml...
INFO Detected timezone 'CET' with UTC offset 1 and daylight saving time from 27 March 02:00:00 to 30 October 03:00:00
INFO Generating C++ source...
ERROR Error copying file /nix/store/lmzrgl1arqfd98jcss4rsmmy6dbffddn-esphome-1.19.2/lib/python3.8/site-packages/esphome/components/api/api_connection.cpp to 01e4ac/src/esphome/components/api/api_connection.cpp: [Errno 13] Permission denied: '01e4ac/src/esphome/components/api/api_connection.cpp'

To fix this we modify chmod to 0644 just before esphome tries a copy
operation, which will fix permissions on existing working directories
just in time.
2021-06-23 05:07:11 +02:00
Martin Weinelt c8db4ba116
esphome: 1.19.0 -> 1.19.2 2021-06-22 16:29:26 +02:00
Martin Weinelt 43f4cfd381
esphome: 1.18.0 -> 1.19.0 2021-06-16 21:01:02 +02:00
Martin Weinelt 6be9a81363
esphome: 1.17.2 -> 1.18.0 2021-05-19 03:09:19 +02:00
Martin Weinelt 7c4f7614b4
esphome: 1.17.1 -> 1.17.2
https://github.com/esphome/esphome/releases/tag/v1.17.2
2021-05-09 15:55:22 +02:00
Martin Weinelt f4b14d5c95
esphome: 1.16.0 -> 1.17.1
https://github.com/esphome/esphome/releases/tag/v1.17.1
https://github.com/esphome/esphome/releases/tag/v1.17.0
https://github.com/esphome/esphome/releases/tag/v1.16.2
https://github.com/esphome/esphome/releases/tag/v1.16.1

Update licensing, enable test suite, add undeclared optional
dependencies cryptography and pillow.
2021-05-05 14:46:20 +02:00
Martin Weinelt 1b9d08b250
esphome: add hexa to maintainers 2021-05-04 14:34:18 +02:00
Robert Schütz 23df246155 esphome: remove dotlambda from maintainers 2021-05-04 11:57:52 +02:00
elseym b6cae26d21
esphome: 1.15.3 -> 1.16.0 2021-02-04 17:26:41 +01:00
Robert Schütz fcef64cc39
esphome: 1.15.2 -> 1.15.3 (#110609) 2021-01-23 20:18:58 +01:00
1000101 d793752795 esphome: 1.15.0 -> 1.15.2 2020-10-03 16:01:53 +02:00
makefu 5c8fac2d52 esphome: 1.14.5 -> 1.15.0
upstream switched from setup.py to define the requirements to requirements.txt
2020-10-03 16:00:15 +02:00
Martin Weinelt d71da1449d
esphome: add click dependency used in update-all command 2020-07-02 16:35:02 +02:00
Robert Schütz 56c066f79d esphome: update overrides 2020-07-02 10:01:17 +02:00
Martin Weinelt 418981c391
esphome: 1.14.4 -> 1.14.5 2020-06-30 07:07:06 +02:00
Martin Weinelt 735800c7a1
esphome: 1.14.3 -> 1.14.4 (#91204) 2020-06-21 19:40:11 +02:00