python-openhab
python-openhab copied to clipboard
python library for accessing the openHAB REST API
For me the library can not read the members of a group in OpenHAB 3. From what i have seen the members of a group are determined with these lines...
I also created som testcases for the new functionality.
Hello, Latest openhab code requires pydantic 2.0 ` token=self.oauth2_config.token.model_dump(),` model_dump is absent in pydantic 1.10 it it possible to adapt openhab code to pydantic 1.10 ? I try to add...