Fix niko home control dependency installation#23176
Fix niko home control dependency installation#23176MartinHjelmare merged 3 commits intohome-assistant:devfrom
Conversation
d870816 to
4443d92
Compare
4443d92 to
aff73ef
Compare
MartinHjelmare
left a comment
There was a problem hiding this comment.
Looks good! Can be merged when comment is addressed and build passes.
| for state in self.data: | ||
| if state['id'] == aid: | ||
| return state['value1'] != 0 | ||
| _LOGGER.error("Failed to retrieve state off unknown light.") |
There was a problem hiding this comment.
We don't end logging messages with period.
Codecov Report
@@ Coverage Diff @@
## dev #23176 +/- ##
=========================================
- Coverage 94.2% 94.19% -0.01%
=========================================
Files 453 453
Lines 36915 36915
=========================================
- Hits 34776 34773 -3
- Misses 2139 2142 +3
Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## dev #23176 +/- ##
=========================================
- Coverage 94.2% 94.19% -0.01%
=========================================
Files 453 453
Lines 36915 36915
=========================================
- Hits 34776 34773 -3
- Misses 2139 2142 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #23176 +/- ##
=========================================
- Coverage 94.2% 94.19% -0.01%
=========================================
Files 453 453
Lines 36915 36915
=========================================
- Hits 34776 34773 -3
- Misses 2139 2142 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #23176 +/- ##
=========================================
- Coverage 94.2% 94.19% -0.01%
=========================================
Files 453 453
Lines 36915 36915
=========================================
- Hits 34776 34773 -3
- Misses 2139 2142 +3
Continue to review full report at Codecov.
|
* Upgrade niko-home-control library * Fix additional feedback * Lint
Breaking Change:
None
Description:
By upgrading the package, it now installs it's dependencies.
Related issue (if applicable): fixes #
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Example entry for
configuration.yaml(if applicable):Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
requirementsin the manifest (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.If the code does not interact with devices: