This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
70488ffd15
core
/
homeassistant
/
components
/
kostal_plenticore
/
const.py
4 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
New integration for Kostal Plenticore solar inverters (#43404) * New integration for Kostal Plenticore solar inverters. * Fix errors from github pipeline. * Fixed test for py37. * Add more test for test coverage check. * Try to fix test coverage check. * Fix import sort order. * Try fix test code coverage . * Mock api client for tests. * Fix typo. * Fix order of rebased code from dev. * Add new data point for home power. * Modifications to review. Remove service for write access (for first pull request). Refactor update coordinator to not use the entity API. * Fixed mock imports. * Ignore new python module on coverage. * Changes after review. * Fixed unit test because of config title. * Fixes from review. * Changes from review (unique id and mocking of tests) * Use async update method. Change unique id. Remove _dict * Remove _data field. * Removed login flag from PlenticoreUpdateCoordinator. * Removed Dynamic SoC sensor because it should be a binary sensor. * Remove more sensors because they are binary sensors.
2021-04-07 07:18:07 +00:00
"""
Constants for the Kostal Plenticore Solar Inverter integration.
"""
Add empty line after module docstring (3) (#112750)
2024-03-08 19:38:34 +00:00
New integration for Kostal Plenticore solar inverters (#43404) * New integration for Kostal Plenticore solar inverters. * Fix errors from github pipeline. * Fixed test for py37. * Add more test for test coverage check. * Try to fix test coverage check. * Fix import sort order. * Try fix test code coverage . * Mock api client for tests. * Fix typo. * Fix order of rebased code from dev. * Add new data point for home power. * Modifications to review. Remove service for write access (for first pull request). Refactor update coordinator to not use the entity API. * Fixed mock imports. * Ignore new python module on coverage. * Changes after review. * Fixed unit test because of config title. * Fixes from review. * Changes from review (unique id and mocking of tests) * Use async update method. Change unique id. Remove _dict * Remove _data field. * Removed login flag from PlenticoreUpdateCoordinator. * Removed Dynamic SoC sensor because it should be a binary sensor. * Remove more sensors because they are binary sensors.
2021-04-07 07:18:07 +00:00
DOMAIN
=
"
kostal_plenticore
"