19146 Commits

Author SHA1 Message Date
Theo Arends
504b51a9b4 Add command `Delay -1`
Add command ``Delay -1`` to wait until next second (#18984)
2023-06-28 11:53:23 +02:00
Theo Arends
a542122eb1 Update CHANGELOG.md 2023-06-28 10:52:45 +02:00
Theo Arends
fb0c14e9ec Update RELEASENOTES.md 2023-06-28 10:48:08 +02:00
s-hadinger
1e19e13c6f
Matter support for temperature in Fahrenheit (SetOption8 1) (#18987) 2023-06-27 23:16:40 +02:00
s-hadinger
b9588e6192
Berry bool( [] ) and bool( {} ) now evaluate as false (#18986) 2023-06-27 22:07:13 +02:00
Götz Gottwald
694bebb574
quote path (#18975) 2023-06-27 20:56:40 +02:00
Jason2866
b10b42ff34
warn for whitespaces in path (#18985) 2023-06-27 20:33:38 +02:00
s-hadinger
9cf3d16065
Berry various fixes for Walrus Operator (#18982) 2023-06-27 14:32:08 +02:00
jonschz
a51096e400
update light when VirtualCT is invoked (#18972)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
2023-06-27 14:23:44 +02:00
Paul Blacknell
7892a38795
add HybridControllerPhase to json payload (#18842) 2023-06-26 21:56:07 +02:00
p2122
6ebd447bf2
Add files via upload (#18957) 2023-06-26 20:22:21 +02:00
Theo Arends
383855e1c1 Merge branch 'development' into prerelease-13.0 2023-06-26 12:39:32 +02:00
Theo Arends
0930bbddf5 Fix ESP32 Matter support 2023-06-26 12:38:29 +02:00
Theo Arends
d9a66547aa Bump version v13.0.0.1 2023-06-26 11:12:31 +02:00
Theo Arends
a435ec84b4 Merge branch 'development' into prerelease-13.0 v13.0.0 2023-06-26 10:18:13 +02:00
Jason2866
b53a161106
remove solidify (#18973) 2023-06-26 10:15:34 +02:00
Theo Arends
654f4200a1 Merge branch 'development' into prerelease-13.0 2023-06-26 09:19:34 +02:00
Theo Arends
1d74c35950 Update RELEASENOTES.md 2023-06-26 09:19:17 +02:00
s-hadinger
090a4bb4b5
Berry fix bug in walrus operator (#18969) 2023-06-25 23:14:33 +02:00
s-hadinger
339c1cedb7
Zigbee firmware for Sonoff-ZB-Pro v20230507 (#18968) 2023-06-25 21:24:08 +02:00
Christian Baars
e0619c8602
post_esp32.py: Allow renaming of files from URLs on the fly (#18965) 2023-06-25 21:21:27 +02:00
s-hadinger
30a65edd7a
Berry Walrus operator ':=' (#18963) 2023-06-25 17:30:42 +02:00
Theo Arends
0ced0c26e9 Merge branch 'development' into prerelease-13.0 2023-06-25 14:32:18 +02:00
Christian Baars
99a0f2add1
MI32 legacy: Allow submitting WiFi credentials via BLE using Berry (#18962) 2023-06-25 14:31:04 +02:00
Theo Arends
bf5c886ee0 Update CHANGELOG.md 2023-06-25 13:58:39 +02:00
Theo Arends
80bf7e53cc Merge branch 'development' into prerelease-13.0 2023-06-25 13:33:44 +02:00
Theo Arends
abd3d6ff12 Update RELEASENOTES.md 2023-06-25 13:33:24 +02:00
gemu
3642d8ef37
fixes TS_FLOAT (#18961) 2023-06-25 12:08:42 +02:00
s-hadinger
89a815f196
Matter display the remote Device Name instead of IP address (#18960) 2023-06-25 10:52:51 +02:00
Theo Arends
27e8617040 Merge branch 'development' into prerelease-13.0 2023-06-24 14:04:46 +02:00
Theo Arends
81ded35a2c Prep release 13.0 2023-06-24 14:03:43 +02:00
Theo Arends
bed113fd79 Merge branch 'development' into prerelease-13.0 2023-06-24 13:57:27 +02:00
Theo Arends
1b760bb696 Prep release 13.0 2023-06-24 13:55:32 +02:00
Theo Arends
91c635abc3 Update CHANGELOG.md 2023-06-24 12:23:08 +02:00
Theo Arends
34d15036e6 Merge branch 'development' into prerelease-13.0 2023-06-24 12:18:30 +02:00
Jason2866
01abf97410
Revert "add matter builds to the env and gh actions (#18932)" (#18952)
This reverts commit 8ae819d7d9ad010df4f4a7835ab3cd3e2dfc4770.
2023-06-24 11:41:57 +02:00
Jason2866
b419ae3a92
add matter as a default option in most env (#18942) 2023-06-24 11:39:26 +02:00
s-hadinger
9a3d3988a2
Matter remove unused clusters labels (#18951) 2023-06-24 10:52:37 +02:00
Davide Beatrici
1f16693664
"Tamota" -> "Tasmota" (#18950) 2023-06-24 10:24:48 +02:00
s-hadinger
0ac5d0945b
Berry add option to remove source file name and save flash space (#18948) 2023-06-23 23:14:51 +02:00
s-hadinger
5792dad12b
Berry reduce bproto structure by 8 bytes (#18946) 2023-06-23 19:34:42 +02:00
s-hadinger
7d68c55b38 Solidified Code updated 2023-06-23 16:34:47 +00:00
s-hadinger
36de007909
Berry replace string.formatwith format (#18945)
* Berry replace `string.format`with `format`

* remove import.string
2023-06-23 18:33:31 +02:00
s-hadinger
bf36868813
Matter remove superfluous import.string (#18938) 2023-06-22 23:49:35 +02:00
s-hadinger
85f357096a
Berry added f-strings as an alternative to string formatting (#18937) 2023-06-22 22:50:05 +02:00
KDMcMullan
558f812ec2
Update gzip-firmware.py (#18936)
Small grammar fix.
2023-06-22 22:42:15 +02:00
Norbert
04521e5542
Change format of KNX Group address (#18928)
"%d.%d.%d" -> "%d/%d/%d"

Co-authored-by: Norbert <Noschvie@users.noreply.github.com>
2023-06-22 21:56:55 +02:00
Jason2866
8ae819d7d9
add matter builds to the env and gh actions (#18932)
* add matter builds

* fix OTA URL for CDC matter

* rm QIO from C3 CDC
2023-06-22 21:55:52 +02:00
Christian Baars
325ceef839
allow folders to be added to the filesystem (#18926) 2023-06-21 18:32:42 +02:00
Theo Arends
5248641836 Update RELEASENOTES.md 2023-06-21 16:12:36 +02:00