Giter Club home page Giter Club logo

python-rako's People

Contributors

dependabot[bot] avatar marengaz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

python-rako's Issues

Single Room Config Fails

Line 196 in bridge.py in python-rako needs to become:

xml_dict = xmltodict.parse(xml, force_list={'Room'})

This is to fix the following issue:

Logger: homeassistant.components.light
Source: helpers/entity_platform.py:356
integration: Light ([documentation](https://www.home-assistant.io/integrations/light), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+light%22))
First occurred: 17:10:57 (1 occurrences)
Last logged: 17:10:57

Error while setting up rako platform for light

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform await asyncio.shield(awaitable) File "/config/custom_components/rako/light.py", line 47, in async_setup_entry async for light in bridge.discover_lights(session): File "/usr/local/lib/python3.12/site-packages/python_rako/bridge.py", line 163, in discover_lights for light in self.get_lights_from_discovery_xml(rako_xml): File "/usr/local/lib/python3.12/site-packages/python_rako/bridge.py", line 198, in get_lights_from_discovery_xml room_id = int(room["@id"]) ~~~~^^^^^^^ TypeError: string indices must be integers, not 'str'

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.