Contents

hassapi 0.2.1

0

Home Assistant Python API

Home Assistant Python API

Stars: 10, Watchers: 10, Forks: 5, Open Issues: 0

The hass-api/hassapi repo was created 3 years ago and the last code push was 5 days ago. The project is not very popular with only 10 github stars!

How to Install hassapi

You can install hassapi using pip

pip install hassapi

or add it to a project with poetry

poetry add hassapi

Package Details

Author
Vadim Titov
License
None
Homepage
https://github.com/hass-api/hassapi
PyPi:
https://pypi.org/project/hassapi/
GitHub Repo:
https://github.com/hass-api/hassapi

Classifiers

  • Home Automation
No  hassapi  pypi packages just yet.

Errors

A list of common hassapi errors.

Code Examples

Here are some hassapi code examples and snippets.

Related Packages & Articles

emhass 0.8.6

An Energy Management System for Home Assistant

AlexaPy 1.27.10

Python Package for controlling Alexa devices (echo dot, etc) programmatically. This was originally designed for alexa_media_player a custom_component for Home Assistant.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.