GitHub Action
03154e1d83
[ci skip] Translation update
2022-12-03 00:21:50 +00:00
GitHub Action
230b50d099
[ci skip] Translation update
2022-11-29 00:26:01 +00:00
GitHub Action
b65d8cc1b3
[ci skip] Translation update
2022-11-28 00:23:09 +00:00
Álvaro Fernández Rojas
873b903cf0
Add QNAP QSW binary sensors for each port ( #76522 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-27 15:34:14 -05:00
GitHub Action
eaf6d43508
[ci skip] Translation update
2022-11-23 00:26:26 +00:00
Álvaro Fernández Rojas
00afcffbf9
Abort before trying to connect in QNAP QSW DHCP discovery when already configured ( #82362 )
2022-11-22 09:12:33 -06:00
GitHub Action
3bea04e387
[ci skip] Translation update
2022-11-21 00:26:41 +00:00
Álvaro Fernández Rojas
3dba9c4695
Add QNAP QSW accumulated port sensors ( #76514 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-17 12:41:33 -06:00
GitHub Action
7eb101b0c7
[ci skip] Translation update
2022-10-04 00:37:13 +00:00
GitHub Action
23faf8024e
[ci skip] Translation update
2022-09-14 00:28:24 +00:00
GitHub Action
296e52d918
[ci skip] Translation update
2022-08-21 00:24:25 +00:00
Álvaro Fernández Rojas
cf867730cd
Update aioqsw to v0.2.2 ( #76760 )
2022-08-15 12:12:31 +02:00
GitHub Action
519d478d61
[ci skip] Translation update
2022-08-11 00:26:23 +00:00
Álvaro Fernández Rojas
46a8f19197
Update aioqsw to v0.2.0 ( #76509 )
2022-08-09 15:24:53 +02:00
GitHub Action
cb46441b74
[ci skip] Translation update
2022-08-05 00:28:51 +00:00
GitHub Action
81e3ef03f7
[ci skip] Translation update
2022-08-02 00:27:42 +00:00
GitHub Action
377f56ff5f
[ci skip] Translation update
2022-07-31 00:25:44 +00:00
GitHub Action
c4ad6d46ae
[ci skip] Translation update
2022-07-30 00:22:48 +00:00
GitHub Action
1d2e64e3dc
[ci skip] Translation update
2022-07-14 00:27:41 +00:00
GitHub Action
a3fd5acf3f
[ci skip] Translation update
2022-07-13 00:27:34 +00:00
GitHub Action
d40ad96916
[ci skip] Translation update
2022-07-10 00:27:48 +00:00
J. Nick Koston
cd03c49fc2
Wait for config entry platform forwards ( #73806 )
2022-07-09 17:27:42 +02:00
Álvaro Fernández Rojas
8bf692d046
Update aioqsw to v0.1.1 ( #74784 )
2022-07-09 17:13:27 +02:00
GitHub Action
cdaefc8fda
[ci skip] Translation update
2022-07-09 00:20:23 +00:00
GitHub Action
405d323709
[ci skip] Translation update
2022-07-08 00:27:47 +00:00
GitHub Action
ebc8fba5bf
[ci skip] Translation update
2022-07-05 00:23:09 +00:00
GitHub Action
8581db1da7
[ci skip] Translation update
2022-07-03 00:26:52 +00:00
Álvaro Fernández Rojas
d9b326dd48
Remove duplicated QNAP QSW format_mac call in config_flow ( #74333 )
...
qnap_qsw: config_flow: remove duplicated format_mac
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-02 22:44:20 +03:00
GitHub Action
647a023776
[ci skip] Translation update
2022-07-02 00:25:27 +00:00
Álvaro Fernández Rojas
c0ea1a38a6
Fix QNAP QSW DHCP discover bugs ( #74291 )
...
qnqp_qsw: fix DHCP discover bugs
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 11:52:46 +02:00
Álvaro Fernández Rojas
a58301a97d
Improve qnap_qsw firmware coordinator failures ( #74288 )
...
qnap_qsw: update: improve firmware coordinator failures
Address late comments from @MartinHjelmare (MartinHjelmare).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 09:48:59 +02:00
Álvaro Fernández Rojas
768b98ae77
Add QNAP QSW Update platform ( #71019 )
...
* qnap_qsw: add Update platform
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: update: allow init if firmware coordinator fails
QSW API can return an error if update servers aren't reachable and this
prevents the integration from loading.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: achieve 100% coverage
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-06-30 12:09:08 -07:00
GitHub Action
33c263d09b
[ci skip] Translation update
2022-06-23 00:20:13 +00:00
GitHub Action
109d1844b3
[ci skip] Translation update
2022-06-21 00:22:51 +00:00
Álvaro Fernández Rojas
be6c2554dd
Add QNAP QSW DHCP discovery ( #73130 )
...
* qnap_qsw: add DHCP discovery
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: config_flow: add async_step_dhcp
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: config_flow: lower DHCP logging
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: fix copy & paste
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: dhcp: introduce changes suggested by @bdraco
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update homeassistant/components/qnap_qsw/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* qnap_qsw: async_step_user: disable raising on progress
Allows async_step_user to win over a discovery.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-19 09:43:29 -05:00
Álvaro Fernández Rojas
9b60b092c6
Update aioqsw to v0.1.0 ( #72576 )
...
qnap_qsw: update aioqsw to v0.1.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-05-27 11:41:40 +03:00
GitHub Action
37f81b261d
[ci skip] Translation update
2022-05-16 00:24:28 +00:00
Álvaro Fernández Rojas
abe78b1212
Add QNAP QSW Button platform ( #70980 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-05-13 19:24:29 -05:00
GitHub Action
3d2b0a17ce
[ci skip] Translation update
2022-05-11 00:22:31 +00:00
Álvaro Fernández Rojas
c994d06967
Update aioqsw to 0.0.8 ( #71640 )
...
Implements PEP 561, which allows to remove coordinator cast.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-05-10 16:48:26 +02:00
Álvaro Fernández Rojas
0f41f56998
Address late QNAP QSW strict typing comments ( #71628 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-05-10 09:59:10 +02:00
GitHub Action
3de7ffde54
[ci skip] Translation update
2022-05-10 00:23:19 +00:00
Álvaro Fernández Rojas
d8e4f6d6e6
Add QNAP QSW to strict typing ( #71603 )
2022-05-09 12:57:27 -05:00
Álvaro Fernández Rojas
a599325c2d
Add QNAP QSW Binary Sensor platform ( #70868 )
2022-05-09 07:44:14 -05:00
GitHub Action
07706fa62a
[ci skip] Translation update
2022-05-06 00:22:16 +00:00
GitHub Action
509dd657b8
[ci skip] Translation update
2022-05-04 00:22:09 +00:00
Álvaro Fernández Rojas
7b2947bad7
Add QNAP QSW diagnostics support ( #70871 )
...
* qnap_qsw: add diagnostics support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: diagnostics: several improvements
- Provide full config_entry.
- Reduce number of test asserts.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-04-30 23:13:35 +03:00
GitHub Action
348016dbbf
[ci skip] Translation update
2022-04-29 00:22:21 +00:00
Álvaro Fernández Rojas
9672cddb07
Update aioqsw to v0.0.7 ( #70931 )
2022-04-28 11:46:48 +02:00
Álvaro Fernández Rojas
f107cd8470
Add missing default QNAP QSW sensor icons ( #70862 )
2022-04-27 10:47:57 +02:00