* added xs1 main component added implementations for switch, sensor, climate and binary_sensor * updated code fixed styling added comments removed binary_sensor (wasn't working) * ran "gen_requirements_all.py" script * fixed linting issues * added config options for port and ssl small fixes * use already defined config constants instead of defining new ones * avoid passing in hass to the entity * use async keyword and proper asyncio calls limit updates with a global lock to prevent overwhelming the gateway with concurrent requests change info logger calls to debug * update dependency * removed unneeded constant * fix lint issues * updated requirements * removed unused imports * fixed some flake8 errors * fixed some flake8 errors * changed imports to absolute paths * fixed some lint errors * fixed some lint errors * fix update of attached sensor * reordered imports added config defaults check if platform is available changed docstring * lint fix * review fixes * isort * import fix * review fix * review fix * review fix * removed unused imports * lint fix * lint fix * climate fix exclude sensors that will be used in climate component from default sensor category * .coveragerc fix * lint fix * moved platform to it's own package |
||
---|---|---|
.. | ||
auth | ||
components | ||
helpers | ||
scripts | ||
util | ||
__init__.py | ||
__main__.py | ||
bootstrap.py | ||
config.py | ||
config_entries.py | ||
const.py | ||
core.py | ||
data_entry_flow.py | ||
exceptions.py | ||
loader.py | ||
monkey_patch.py | ||
package_constraints.txt | ||
requirements.py | ||
setup.py |