Pyhass / Pyhiveapi

A python library to interface with the hive home api
MIT License
24 stars 18 forks source link

[BUG] module 'pyhiveapi' has no attribute 'HiveApi' #29

Closed samwatling closed 3 years ago

samwatling commented 3 years ago

Describe the bug AttributeError: module 'pyhiveapi' has no attribute 'HiveApi'

Expected behavior I'm using pyhiveapi per the examples on https://pyhass.github.io/pyhiveapi.docs/docs/examples/api/ - this used to work fine and I could refresh tokens using the example code. However, now, the same code returns the AttributeError shown above.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context pyhiveapi-0.4.2

samwatling commented 3 years ago

On reflection this isn't a bug - but the documentation does need updating.

KJonline commented 3 years ago

Thanks, Updated