ericpignet / home-assistant-lg_hombot

LG Hombot/Roboking Component for Home Assistant.
MIT License
6 stars 11 forks source link

Can't integrate #5

Open AlienPixl opened 2 years ago

AlienPixl commented 2 years ago

Hi,

just try install and i get: Platform error vacuum.lg_hombot - Integration 'lg_hombot' not found.

/config/configuration.yaml

LG Hom Bot

vacuum:

platform: lg_hombot host: 192.168.11.69 port: 6260 sensor:

platform: template sensors: hombot_battery: friendly_name: Battery entity_id: vacuum.hombot unit_of_measurement: '%' value_template: "{{ states.vacuum.hombot.attributes.battery_level }}" icon_template: "{{ states.vacuum.hombot.attributes.battery_icon }}" hombot_status: friendly_name: Status entity_id: vacuum.hombot value_template: "{{ states.vacuum.hombot.attributes.status }}" /config/custom_components/lg_hombot/manifest.json

{ "domain": "lg_hombot", "name": "LG Hombot Vacuum Cleaner", "version": "0.0.3", "documentation": "https://github.com/ericpignet/home-assistant-lg_hombot", "requirements": [], "dependencies": [], "codeowners": ["@ericpignet"] }

Any idea?

Thx

plakna commented 2 years ago

This project does not work with newer versions of Home Assistant. There is an unprocessed pull request since several months. The project is not maintained at the moment. Therefore I forked the project and updated it. If Eric becomes active again, I'll be happy to merge the changes back with this codebase.

The version on HACS is currently corrupt. You could use "my" version via a manual installation.