Giter Club home page Giter Club logo

vilfo-api-client-python's Issues

Plugwise backend bump breaks the HA vilfo integration

Please see home-assistant/core#113245

This is the error we're seeing during the testing of the above PR:

==================================== ERRORS ====================================
_________ ERROR collecting tests/components/vilfo/test_config_flow.py __________
ImportError while importing test module '/home/runner/work/core/core/tests/components/vilfo/test_config_flow.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/components/vilfo/test_config_flow.py:4: in <module>
    import vilfo
venv/lib/python3.11/site-packages/vilfo/__init__.py:5: in <module>
    from .client import (
venv/lib/python3.11/site-packages/vilfo/client.py:7: in <module>
    from semver import compare as semver_compare
E   ModuleNotFoundError: No module named 'semver'

It is caused by the plugwise-backend module removing the semver dependency in this PR, which breaks the vilfo-backend module.

Please also see frenck's comment in the Core PR.

Request to move from get-mac to getmac

The 'get-mac' dependency being used by this integration, is being moved to a new name 'getmac'. Both packages internally contain a 'getmac' python package. At some point the 'get-mac' will no longer be updated.

The 'homeassistant' project uses plugins/integrations, each of which is developed by independent developers and it was found that some integrations used 'get-mac' such as vilfo-api-client-python, and others use 'getmac' and so they conflict.

This issue is to request that the vilfo-api-client-python moves to use getmac instead of get-mac to help remove this conflict and also help this project receive future updates in the newer getmac package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.