GitHub Action
fc472eb040
[ci skip] Translation update
2022-11-06 00:27:15 +00:00
David F. Mulcahey
83c6a7e18b
Fix invalid min and max color temp in bad ZHA light devices ( #81604 )
...
* Fix ZHA default color temps
* update test
2022-11-05 08:40:28 -04:00
javicalle
52c80b7c5b
Add Tuya Backlight mode configuration ( #81218 )
...
* Tuya backlight configuration
* fix codespell
2022-11-04 09:54:19 -04:00
GitHub Action
c7fc51cfa5
[ci skip] Translation update
2022-11-04 00:29:52 +00:00
puddly
b4637fae37
Bump zigpy-zigate to 0.10.3 ( #81363 )
2022-11-01 12:57:53 -05:00
David F. Mulcahey
5f1c92ce51
Fix individual LED range for ZHA device action ( #81351 )
...
The inovelli individual LED effect device action can address 7 LEDs. I had set the range 1-7 but it should be 0-6.
2022-11-01 09:06:55 -04:00
javicalle
514f619cff
Tuya configuration for `tuya_manufacturer` cluster ( #81311 )
...
* Tuya configuration for tuya_manufacturer cluster
* fix codespell
* Add attributes initialization
* Fix pylint complaints
2022-11-01 08:51:20 -04:00
TheJulianJES
52fe40d539
Only try initializing Hue motion LED on endpoint 2 with ZHA ( #81205 )
2022-10-31 21:22:21 -04:00
GitHub Action
0bca9a614c
[ci skip] Translation update
2022-11-01 00:33:48 +00:00
puddly
6479001501
Bump zigpy to 0.51.5 ( #81164 )
...
Bump zigpy from 0.51.4 to 0.51.5
2022-10-28 18:31:53 -04:00
epenet
2214fff3b4
Cleanup device_tracker imports ( #81139 )
2022-10-28 17:40:37 +02:00
puddly
91c6892001
Bump zigpy to 0.51.4 ( #81050 )
...
Bump zigpy from 0.51.3 to 0.51.4
2022-10-26 21:47:38 -04:00
puddly
b8edc86500
Handle sending ZCL commands with empty bitmap options ( #81051 )
...
Handle sending commands with empty bitmaps
2022-10-26 21:29:48 -04:00
David F. Mulcahey
e53d74e3e8
Bump ZHA quirks to 0.0.84 ( #81015 )
2022-10-26 08:16:49 -04:00
Julian Löhr
6795627734
Add ZHA StartUpColorTemperature configuration entity ( #80853 )
...
* Add ZHA start up color temperature entity
* Use device reported min max values
* Add color number test
* Fix code style
2022-10-23 18:46:47 -04:00
TheJulianJES
00b0fa6cdf
Add Philips Hue motion sensor config entities to ZHA ( #79923 )
...
* Add Hue trigger LED config switch
* Add Hue sensitivity config select
* Use existing consts for channel names
* Add friendly names to config entities
* Follow HA capitalization conventions
* Move Hue motion sensor check to a helper method
* Move helper method to a new helpers file in channels folder
2022-10-21 20:59:51 -04:00
TheJulianJES
5eb69f38aa
Add "power outage memory" config entity to Xiaomi EU plugs to ZHA ( #80444 )
2022-10-21 20:57:50 -04:00
TheJulianJES
f4f7122c66
Add "power on state" config entity for Tuya plugs to ZHA ( #80486 )
...
* Add "power on state" config entity for Tuya plugs to ZHA
* Remove TS004F from models, as it doesn't support power-on-state
2022-10-21 20:56:49 -04:00
javicalle
b8c574e9ab
Add `_TZE200_kds0pmmv` to ZHA `ZONNSMARTThermostat` ( #80746 )
...
Add `_TZE200_kds0pmmv` to `ZONNSMARTThermostat`
Related to: https://github.com/zigpy/zha-device-handlers/pull/1843
2022-10-21 14:53:03 -04:00
J. Nick Koston
611194ddd9
Fix zha LogEntry call ( #80737 )
...
The signature for LogEntry changed in #80645 to drop the
unused argument
2022-10-21 12:17:21 -05:00
GitHub Action
0199e0a756
[ci skip] Translation update
2022-10-21 00:30:37 +00:00
Marc Mueller
d78c2a31a1
Update pylint to 2.15.4 ( #80612 )
2022-10-20 08:59:06 +02:00
David F. Mulcahey
6323021bfc
Bump ZHA quirks to 0.0.83 ( #80489 )
2022-10-17 16:54:37 -04:00
TheJulianJES
b4a203c3c7
Add friendly name to ZHA identify button ( #80446 )
2022-10-16 19:57:24 -04:00
David F. Mulcahey
d75e449c52
Add ability to convert ZCL schemas to vol schemas to ZHA ( #79908 )
...
* try serializing cluster command schemas
* use min and max value from zigpy type
* different type assignments
* initial command execution changes
* cleanup
* cleanup and typing
* typing
* typing
* add tests
* mypy
* handle raw values too
* check for None responses
* make backwards compatible
* update yaml for svc change
2022-10-14 08:15:10 -04:00
GitHub Action
eac1a1e513
[ci skip] Translation update
2022-10-11 00:31:56 +00:00
puddly
46aa3b5e3d
Bump ZHA dependencies ( #80049 )
2022-10-10 22:43:31 +02:00
David F. Mulcahey
20d71a869e
Add friendly entity names for ZHA sensors ( #80035 )
...
* Add friendly entity names for ZHA sensors
* lowercase 2nd word
2022-10-10 15:40:42 -04:00
GitHub Action
aca340de1c
[ci skip] Translation update
2022-10-10 00:34:37 +00:00
TheJulianJES
3126762707
Add friendly name to ZHA config entities ( #79926 )
...
* Add friendly name to ZHA config entities
* Follow HA capitalization conventions
* Change from "Start-up level" to "Start-up current level"
* Remove siren select friendly names (temporarily)
* Change tests to expect new entity ids
* Re-add siren select friendly names
* Change siren tests to expect new entity ids
2022-10-09 09:11:42 -04:00
GitHub Action
ed565a6eb1
[ci skip] Translation update
2022-10-09 00:30:44 +00:00
puddly
e5a5326298
Bump ZHA dependencies ( #79898 )
2022-10-08 15:40:25 -04:00
GitHub Action
f58e1513e2
[ci skip] Translation update
2022-10-08 00:29:46 +00:00
GitHub Action
e1047320a9
[ci skip] Translation update
2022-10-07 00:38:36 +00:00
puddly
2dab9073fe
ZHA radio migration: reset the old adapter ( #79663 )
2022-10-06 14:02:24 -04:00
GitHub Action
558b327928
[ci skip] Translation update
2022-10-06 00:31:54 +00:00
GitHub Action
8d28da83ca
[ci skip] Translation update
2022-10-05 00:36:50 +00:00
puddly
253f6616cf
Bump ZHA dependencies ( #79623 )
2022-10-04 17:17:48 -04:00
puddly
3c07d40fe7
Bump ZHA dependencies ( #79565 )
...
Bump all ZHA dependencies
2022-10-03 20:58:53 -04:00
GitHub Action
7eb101b0c7
[ci skip] Translation update
2022-10-04 00:37:13 +00:00
GitHub Action
12358f2446
[ci skip] Translation update
2022-10-03 00:31:05 +00:00
zbeky
81b940ec17
Add EVOLVEO Heat M30v2 TRV ( #79462 )
2022-10-02 14:34:53 -04:00
TheJulianJES
d58e16b990
Fix empty default ZHA configuration ( #79475 )
...
* Also add 0 as a default for transition in const.py
This is the same default transition (none) that is used in ZHA's light.py
* Send default values for unconfigured options in ZHA's configuration API
* Remove options that match defaults values before saving
2022-10-02 14:34:15 -04:00
David F. Mulcahey
547a63e314
Remove unnecessary config entity from ZHA ( #79472 )
2022-10-02 11:07:19 -04:00
GitHub Action
13c8d22baf
[ci skip] Translation update
2022-10-02 00:37:00 +00:00
GitHub Action
bd5ec4e198
[ci skip] Translation update
2022-10-01 00:40:08 +00:00
GitHub Action
21b078eeb7
[ci skip] Translation update
2022-09-30 00:42:29 +00:00
GitHub Action
63f2c4ab98
[ci skip] Translation update
2022-09-29 00:36:54 +00:00
David F. Mulcahey
2ed48a9b28
Add configuration entities and device actions for Inovelli Blue Series switch to ZHA ( #79106 )
...
* Add Inovelli configutation entities to ZHA
* add device actions
* fix attribute name collision
* add device action tests
* disable remote protection per Inovelli request
* expect_reply to false
* update test for expect_reply change
* inovelli feedback
* translation keys and strings
* clean up numbers
* prevent double events
* remove individual LED defaults per inovelli
* redundant check
* update test
2022-09-28 14:22:39 -04:00
David F. Mulcahey
cd4b0f53a1
Bump ZHA quirks lib ( #79175 )
2022-09-27 20:35:14 -04:00