tikismoke / home-assistant-nespressoble

#deprecated see Readme to migrate to a better one. NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script
GNU General Public License v3.0
38 stars 6 forks source link

Verifying configuration after installation: Platform error sensor.nespresso - Integration 'nespresso' not found. #9

Closed janfajessen closed 2 years ago

janfajessen commented 2 years ago

After install with hacs, nespresso file in custom components. And the sensor configuration good... Platform error sensor.nespresso - Integration 'nespresso' not found. No way to work... impossible

tikismoke commented 2 years ago

Sorry you might have a mistake somewhere.

Watch out your config and has install dir.

soundch3z commented 2 years ago

I think there's a new syntax for Binary sensors, in sensor.py it should import "BinarySensorEntity" instead of "BinarySensorDevice", I made this change in my repo and now it works again. already sent a pull request @tikismoke , hope it helps.

tikismoke commented 2 years ago

Solve trough #10