 
|
6682244abf
|
Improve fyta tests (#117661)
* Add test for init
* update tests
* split common.py into const.py and __init__.py
* Update tests/components/fyta/__init__.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* add autospec, tidy up
* adjust len-test
---------
Co-authored-by: Joost Lekkerkerker <[email protected]>
|
2024-05-23 10:51:30 +02:00 |
|
 Marc MuellerandGitHub
|
15b24dfbc2
|
Fix fyta test warning (#116688)
|
2024-05-03 13:28:36 +02:00 |
|
 Marc MuellerandGitHub
|
4a2b595cc8
|
Fix fyta test timezone handling (#116689)
|
2024-05-03 13:07:12 +02:00 |
|
 
|
180e178a69
|
Store access token in entry for Fyta (#116260)
* save access_token and expiration date in ConfigEntry
* add MINOR_VERSION and async_migrate_entry
* shorten reading of expiration from config entry
* add additional consts and test for config entry migration
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/__init__.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* omit check for datetime data type
* Update homeassistant/components/fyta/__init__.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
---------
Co-authored-by: Joost Lekkerkerker <[email protected]>
|
2024-04-29 17:09:07 +02:00 |
|
 
|
6eaf3402c6
|
Add re-auth-flow to fyta integration (#114972)
* add re-auth-flow to fyta integration
* add strings for reauth-flow
* resolve typing error
* update based on review comments
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: G Johansson <[email protected]>
* add async_auth
* adjustment based on review commet
* Update test_config_flow.py
* remove credentials
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: G Johansson <[email protected]>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: G Johansson <[email protected]>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: G Johansson <[email protected]>
* Update conftest.py
* Update test_config_flow.py
* Aktualisieren von conftest.py
* Update test_config_flow.py
---------
Co-authored-by: G Johansson <[email protected]>
|
2024-04-12 20:33:24 +02:00 |
|
 Joost LekkerkerkerandGitHub
|
b9281327c4
|
Use FlowResultType enum in config flow tests A-M (#114681)
|
2024-04-03 09:21:17 +02:00 |
|
 Joost LekkerkerkerandGitHub
|
906d3198e3
|
Use is in enum comparison in config flow tests F-J (#114670)
* Use right enum expression F-J
* Fix
|
2024-04-02 23:01:37 +02:00 |
|
 Marc MuellerandGitHub
|
efc54971d3
|
Update empty line formatting after module docstring (#114040)
|
2024-03-23 00:27:57 +01:00 |
|
   
|
98132d1cd3
|
Add Fyta integration (#110816)
* Initial commit for fyta integration
* Update __init__.py
Delete BinarySensor for first PR
* Update __init__.py
Rewind wrongful deletion of comma
* Delete homeassistant/components/fyta/binary_sensor.py
Delete binary_sensor for first pr of integration
* Update manifest.json
Updated requirement to new version of fyta_cli 0.2.1, where bug in import of modules has been resolved.
* Update requirements_test_all.txt
adjust to updated manifest
* Update requirements_all.txt
adjust to updated manifest
* Update test_config_flow.py
* Update config_flow.py
update file to correct error with _entry attribute
* Fyta integration - update initial PR based on review in initial PR #110816 (#2)
* adjustments to pass test for config_flow
* backport of changes in intitial PR to dev
* update text_config_flow
* changes based on review in initial PR #110816
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Sid <[email protected]>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Sid <[email protected]>
* Update homeassistant/components/fyta/manifest.json
Co-authored-by: Sid <[email protected]>
* Adjustments based on PR-commet of Feb 19 (#3)
* add test for config_flow.validate_input
* update based on pr review
* update based on pr review
* further refinings based on PR review
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update test_config_flow.py
Update tests based on PR comment
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* add handling and test for duplicate entry
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update test_config_flow.py
parametrize test for exceptions
* Update config_flow.py
Move _async_abort_entries_match, add arguments
* Update coordinator.py
* Update typing in coordinator.py
* Update coordinator.py
update typing
* Update coordinator.py
corrected typo
* Update coordinator.py
* Update entity.py
* Update sensor.py
* Update icons.json
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update entity.py
* Update test_config_flow.py
* Update config_flow.py (change FlowResult to ConfigFlowResult)
* Update config_flow.py
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Robert Resch <[email protected]>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Robert Resch <[email protected]>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Robert Resch <[email protected]>
* Update coordinator.py
* Update config_flow.py (typing FlowResult -> ConfigFlowResult)
* Update config_flow.py
* Aktualisieren von config_flow.py
* remove coordinator entities
* Update strings.json
remove plant_number
* Update icons.json
remove plant_number
* Update manifest.json
Update requirement to latest fyta_cli version
* Update requirements_all.txt
* Update requirements_test_all.txt
* Update homeassistant/components/fyta/sensor.py
* Update homeassistant/components/fyta/sensor.py
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <[email protected]>
* move test-helpers into conftest.py, adjust import of coordinator.py
---------
Co-authored-by: Joost Lekkerkerker <[email protected]>
Co-authored-by: Sid <[email protected]>
Co-authored-by: Robert Resch <[email protected]>
|
2024-03-15 18:13:35 +01:00 |
|