forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match custom cluster #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caius-Bonus
pushed a commit
that referenced
this pull request
Mar 18, 2024
* 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 home-assistant#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 home-assistant#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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: