Mick Vleeshouwer
|
6dcce61565
|
Add support for AtlanticHeatRecoveryVentilation to Overkiz integration (#74015)
|
2022-09-04 07:02:00 -05:00 |
Mick Vleeshouwer
|
807d197ca0
|
Add goToAlias button (my position) to Overkiz integration (#76694)
|
2022-09-04 07:01:42 -05:00 |
Mick Vleeshouwer
|
9a6b22a156
|
Address late review in Overkiz (add duration device class) (#77778)
Address follow-up review in Overkiz (duration device class)
|
2022-09-04 12:01:17 +02:00 |
GitHub Action
|
6921583410
|
[ci skip] Translation update
|
2022-09-04 00:28:06 +00:00 |
Mick Vleeshouwer
|
cd24223c1f
|
Enhance operating time sensor in Overkiz integration (#76688)
|
2022-09-03 16:18:56 -04:00 |
GitHub Action
|
945299dfb6
|
[ci skip] Translation update
|
2022-09-03 00:24:50 +00:00 |
GitHub Action
|
ccef03f1d4
|
[ci skip] Translation update
|
2022-09-02 00:25:46 +00:00 |
Mick Vleeshouwer
|
c98ee412c0
|
Catch unknown user exception in Overkiz integration (#76693)
|
2022-08-31 21:16:00 +02:00 |
Mick Vleeshouwer
|
7ec54edc69
|
Fix Overkiz startup order to prevent unnamed device showing up (#76695)
Gateways should be added first, before platform setup
|
2022-08-16 07:54:26 +02:00 |
GitHub Action
|
ff3fd4c29d
|
[ci skip] Translation update
|
2022-08-16 00:30:51 +00:00 |
Mick Vleeshouwer
|
9181b0171a
|
Bump pyoverkiz to 1.5.0 (#76682)
|
2022-08-13 10:35:13 +02:00 |
GitHub Action
|
7c81f790a7
|
[ci skip] Translation update
|
2022-08-12 00:23:47 +00:00 |
GitHub Action
|
519d478d61
|
[ci skip] Translation update
|
2022-08-11 00:26:23 +00:00 |
GitHub Action
|
32a2999b85
|
[ci skip] Translation update
|
2022-08-06 00:24:46 +00:00 |
Franck Nijhof
|
48a34756f0
|
Remove Somfy from Overkiz title in manifest (#76073)
|
2022-08-02 13:03:34 +02:00 |
GitHub Action
|
c4ad6d46ae
|
[ci skip] Translation update
|
2022-07-30 00:22:48 +00:00 |
GitHub Action
|
ebabaeb364
|
[ci skip] Translation update
|
2022-07-19 00:29:06 +00:00 |
GitHub Action
|
79a0940932
|
[ci skip] Translation update
|
2022-07-17 00:25:56 +00:00 |
GitHub Action
|
a3fd5acf3f
|
[ci skip] Translation update
|
2022-07-13 00:27:34 +00:00 |
GitHub Action
|
5d8e1b8387
|
[ci skip] Translation update
|
2022-07-12 00:24:26 +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 |
GitHub Action
|
647a023776
|
[ci skip] Translation update
|
2022-07-02 00:25:27 +00:00 |
GitHub Action
|
f5fe210eca
|
[ci skip] Translation update
|
2022-06-29 00:23:03 +00:00 |
epenet
|
ef5fccad9e
|
Use standard argument name in async_step_reauth (#74139)
|
2022-06-28 23:23:32 +02:00 |
Mick Vleeshouwer
|
a284ebe771
|
Add support for Atlantic Electrical Towel Dryer to Overkiz integration (#73788)
|
2022-06-28 13:39:37 -07:00 |
GitHub Action
|
11ec8b9186
|
[ci skip] Translation update
|
2022-06-27 00:25:49 +00:00 |
GitHub Action
|
ba64d9db64
|
[ci skip] Translation update
|
2022-06-26 00:28:21 +00:00 |
GitHub Action
|
0166816200
|
[ci skip] Translation update
|
2022-06-25 00:24:25 +00:00 |
GitHub Action
|
c607994fbe
|
[ci skip] Translation update
|
2022-06-24 00:23:27 +00:00 |
GitHub Action
|
33c263d09b
|
[ci skip] Translation update
|
2022-06-23 00:20:13 +00:00 |
Mick Vleeshouwer
|
28cc0b9fb2
|
Expose ThreeWayWindowHandle direction as sensor in Overkiz integration (#73784)
* Expose ThreeWayWindowHandle direction as sensor
* Compile translations
|
2022-06-21 17:31:26 +02:00 |
Mick Vleeshouwer
|
a96aa64dd1
|
Add Somfy to supported brands of Overkiz integration (#73786)
Add Somfy to supported brands
|
2022-06-21 16:35:22 +02:00 |
Thibaut
|
c674af3ba1
|
Remove hvac_action for Somfy Thermostat (#73776)
|
2022-06-21 10:22:06 +02:00 |
GitHub Action
|
109d1844b3
|
[ci skip] Translation update
|
2022-06-21 00:22:51 +00:00 |
Thibaut
|
3571a80c8d
|
Add support for Somfy Thermostat in Overkiz integration (#67169)
* Add Somfy Thermostat
* Fix linked device
Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
* Mark Somfy thermostat as supported
* Fix wrong usage of cast
* Update presets to lowercase
* Rename constants
* Remove _saved_target_temp
* Apply black
* Clean code
* Fix mypy errors
* Use constants from pyoverkiz
* Use enum for target temp
* Add comment
* Use ClimateEntityFeature
* Ease code
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
* Remove unused imports
* Use HVACAction
* Use HVACMode
* Use more Overkiz constants
* Don’t copy/paste
* Don’t use magic number
Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
|
2022-06-20 12:58:08 +02:00 |
Erik Montnemery
|
4ace2c4d3a
|
Migrate overkiz NumberEntity to native_value (#73493)
|
2022-06-15 10:49:40 +02:00 |
Thibaut
|
e08465fe8c
|
Fix max_value access for number platform in Overkiz (#73479)
Fix wrong property name
|
2022-06-14 15:17:40 +02:00 |
Mick Vleeshouwer
|
04c60d2183
|
Add support for AtlanticPassAPCZoneControl to Overkiz integration (#72384)
* Add support for AtlanticPassAPCZoneControl (overkiz)
* Remove unneeded comments
* Remove supported features
* Fix new standards
|
2022-06-14 13:27:58 +02:00 |
Mick Vleeshouwer
|
1ef0102f12
|
Add active alarm zones as select entity to Overkiz integration (#68997)
* Add active zones as select entity
* Clean up for PR
|
2022-06-14 13:21:35 +02:00 |
epenet
|
756988fe20
|
Use Mapping for async_step_reauth (f-o) (#72764)
|
2022-06-02 14:17:09 +02:00 |
Thibaut
|
19781d285c
|
Add missing min and max values for some numbers in Overkiz (#72229)
|
2022-05-23 11:59:11 +02:00 |
GitHub Action
|
ceb8bb4745
|
[ci skip] Translation update
|
2022-05-21 00:22:49 +00:00 |
GitHub Action
|
37f81b261d
|
[ci skip] Translation update
|
2022-05-16 00:24:28 +00:00 |
Thibaut
|
80d332ddf1
|
Don’t send None value within Command parameter value in Overkiz integration (#71582)
|
2022-05-13 12:36:08 +02:00 |
GitHub Action
|
348016dbbf
|
[ci skip] Translation update
|
2022-04-29 00:22:21 +00:00 |
Erik Montnemery
|
9f43fca586
|
Fix color mode in overkiz light (#70966)
|
2022-04-28 09:36:53 +02:00 |
epenet
|
c0d8f94487
|
Adjust ColorMode type hint in light (#70806)
* Adjust ColorMode type hint in light
* Adjust components
|
2022-04-27 16:02:23 +02:00 |
J. Nick Koston
|
853b57e7cf
|
Suppress mypy checks for incorrect typing in overkiz (#70811)
|
2022-04-26 20:04:32 +02:00 |
epenet
|
ae5ec1a320
|
Use climate enums in overkiz (#70731)
|
2022-04-25 21:24:11 -10:00 |
epenet
|
4a276d90b0
|
Use ColorMode enum in overkiz (#70528)
|
2022-04-23 09:25:47 -10:00 |
Thibaut
|
b4a536ca09
|
Fix opening/closing for awning in Overkiz integration (#68890)
|
2022-04-20 14:53:20 +02:00 |
Mick Vleeshouwer
|
af737f2be8
|
Fix #69694 (#69850)
|
2022-04-11 22:18:31 +03:00 |
Mick Vleeshouwer
|
8c01decef7
|
Bump dependencies in Overkiz integration (#69855)
|
2022-04-11 19:27:49 +02:00 |
epenet
|
af57f9c6a4
|
Use SirenEntityFeature enum in components (#69645)
|
2022-04-08 09:13:12 +02:00 |
epenet
|
10ed9cfdf2
|
Use EntityFeature enums in overkiz (#69587)
|
2022-04-07 18:00:24 +02:00 |
epenet
|
cac8d71764
|
Use EntityFeature enum in components (o**) (#69433)
|
2022-04-07 15:15:05 +02:00 |
Mick Vleeshouwer
|
1103c5d101
|
Bugfix for overkiz.alarm_control_panel platform exception (#69131)
* Revert changes
* Remove debug statement
|
2022-04-02 22:27:12 +03:00 |
Mick Vleeshouwer
|
325a260cfd
|
Fix Protexial alarm in Overkiz integration (#68996)
|
2022-04-01 10:26:34 -07:00 |
Mick Vleeshouwer
|
4f4f7e40e3
|
Bump pyoverkiz to 1.3.14 in Overkiz integration (#69084)
|
2022-04-01 08:48:14 -07:00 |
Mick Vleeshouwer
|
2c82befc78
|
Enable select platform in Overkiz integration (#68995)
|
2022-04-01 16:28:29 +02:00 |
Mick Vleeshouwer
|
fbba318a18
|
Invert number option (#68972)
|
2022-04-01 11:38:00 +03:00 |
Mick Vleeshouwer
|
1be9dc9720
|
Add supported brands to Overkiz (#67024)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2022-03-30 21:21:35 +02:00 |
Mick Vleeshouwer
|
6a0a77f986
|
Don't close aiohttp session in Overkiz config flow (#68913)
|
2022-03-30 11:40:14 -07:00 |
epenet
|
ecd43f391f
|
Prettify json (manifest.json) (#68886)
|
2022-03-30 10:56:37 +02:00 |
epenet
|
e362871499
|
Prettify json (strings.json) (#68885)
|
2022-03-30 10:35:30 +02:00 |
Mick Vleeshouwer
|
7613784367
|
Extend Overkiz diagnostics and implement device diagnostics (#68859)
|
2022-03-29 22:07:34 -10:00 |
Mick Vleeshouwer
|
2be8b07af9
|
Address Overkiz switch feedback (#68813)
|
2022-03-30 09:58:50 +02:00 |
Mick Vleeshouwer
|
365ea59b64
|
Improve Config Flow and handle TooManyAttemptsBannedException in Overkiz (#68868)
|
2022-03-29 16:19:57 -10:00 |
Mick Vleeshouwer
|
d0e5e51863
|
Add alarm control panel to Overkiz integration (#67164)
|
2022-03-28 15:19:16 -07:00 |
Mick Vleeshouwer
|
c763d23cbb
|
Fix reauth message in Overkiz integration (#68787)
|
2022-03-28 08:23:25 -07:00 |
Mick Vleeshouwer
|
443315bcdc
|
Bump dependency (pyoverkiz to 1.3.12) in Overkiz integration (#68788)
|
2022-03-28 08:22:56 -07:00 |
Marc Mueller
|
b664bcd007
|
Update coordinator typing (4) [o-p] (#68464)
|
2022-03-21 14:45:24 +01:00 |
GitHub Action
|
c64b4d997b
|
[ci skip] Translation update
|
2022-03-13 00:18:58 +00:00 |
GitHub Action
|
dc31f420ed
|
[ci skip] Translation update
|
2022-03-12 00:17:47 +00:00 |
Mick Vleeshouwer
|
e0172cb8da
|
Bump pyoverkiz to 1.3.9 in Overkiz integration (#67339)
|
2022-02-27 11:19:20 -08:00 |
GitHub Action
|
6364e81be5
|
[ci skip] Translation update
|
2022-02-24 00:17:55 +00:00 |
Marc Mueller
|
ec980a574b
|
Improve typing [util.decorator] (#67087)
|
2022-02-23 20:58:42 +01:00 |
Mick Vleeshouwer
|
cb070f3138
|
Fix RTS device delays in Overkiz integration (#67124)
|
2022-02-23 10:46:08 -08:00 |
Mick Vleeshouwer
|
2a697bdf41
|
Add support for Atlantic Electrical Heater in Overkiz integration (#67045)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2022-02-23 19:15:04 +01:00 |
Mick Vleeshouwer
|
5e938ea61b
|
Bump PyOverkiz and improve code quality (late review) (#67075)
|
2022-02-22 14:00:14 -10:00 |
Mick Vleeshouwer
|
30c9b8ee56
|
Improve code quality for Overkiz integration (#67060)
|
2022-02-22 08:32:23 -10:00 |
Thibaut
|
d25a46d68d
|
Add low speed Overkiz cover (#66750)
|
2022-02-22 08:01:19 -10:00 |
GitHub Action
|
102ae9f0e3
|
[ci skip] Translation update
|
2022-02-22 00:17:23 +00:00 |
Mick Vleeshouwer
|
d45921622a
|
Update pyoverkiz to 1.3.6 (#66997)
|
2022-02-21 23:57:28 +02:00 |
Mick Vleeshouwer
|
2456d8a401
|
Remember user and hub after input in ConfigFlow (#66608)
|
2022-02-21 20:56:20 +02:00 |
GitHub Action
|
f921856f5f
|
[ci skip] Translation update
|
2022-02-21 00:17:31 +00:00 |
GitHub Action
|
c4cc6ca0ba
|
[ci skip] Translation update
|
2022-02-20 00:20:09 +00:00 |
GitHub Action
|
855076fed9
|
[ci skip] Translation update
|
2022-02-17 00:14:03 +00:00 |
GitHub Action
|
208671418e
|
[ci skip] Translation update
|
2022-02-16 00:14:09 +00:00 |
Mick Vleeshouwer
|
98ae7e106c
|
Always create a new session in ConfigFlow in Overkiz integration (#66602)
|
2022-02-15 14:46:52 -06:00 |
Mick Vleeshouwer
|
5568531f74
|
Improve exception catching and handling in Overkiz integration (#66604)
|
2022-02-15 14:44:53 -06:00 |
Mick Vleeshouwer
|
30528e0de0
|
Add extra entity descriptions to Overkiz integration (#66093)
|
2022-02-15 14:24:33 -06:00 |
GitHub Action
|
d69d0e8817
|
[ci skip] Translation update
|
2022-02-15 00:14:48 +00:00 |
Mick Vleeshouwer
|
74a304cac7
|
Overkiz/address cover feedback (#65043)
|
2022-02-14 22:38:41 +01:00 |
GitHub Action
|
ad0cb4831e
|
[ci skip] Translation update
|
2022-02-14 00:15:30 +00:00 |
GitHub Action
|
203bda203d
|
[ci skip] Translation update
|
2022-02-13 00:16:41 +00:00 |
GitHub Action
|
366609ea44
|
[ci skip] Translation update
|
2022-02-12 00:16:37 +00:00 |
GitHub Action
|
bed5002d61
|
[ci skip] Translation update
|
2022-02-11 00:14:55 +00:00 |
GitHub Action
|
7d70b0a16b
|
[ci skip] Translation update
|
2022-02-10 00:15:56 +00:00 |