An open API service indexing awesome lists of open source software.

https://github.com/periph/home

periphhome implements the ESPHome protocol in Go
https://github.com/periph/home

Last synced: 5 months ago
JSON representation

periphhome implements the ESPHome protocol in Go

Awesome Lists containing this project

README

          

# Convert your RPis into HomeAssistant nodes via ESPHome protocol

[![PkgGoDev](https://pkg.go.dev/badge/periph.io/x/home)](https://pkg.go.dev/periph.io/x/home)
[![Coverage Status](https://codecov.io/gh/periph/home/graph/badge.svg)](https://codecov.io/gh/periph/home)

What if you could use your Raspberry Pi as easily as you could with your
ESP8266/ESP32 with ESPHome? Drop a yaml file and go? periphhome is that!

periphhome implements the protocol used by [esphome.io](https://esphome.io) in
Go.

Since the protocol is the same, periphhome devices show up in Home Assistant
automatically with no configuration! See
[home-assistant.io/integrations/esphome](https://www.home-assistant.io/integrations/esphome).

## Authors

`periphhome` was created with ❤️️ and passion by [Marc-Antoine
Ruel](https://github.com/maruel).

## Disclaimer

This is not an official Google product (experimental or otherwise), it
is just code that happens to be owned by Google.

This project is not affiliated with Nabu Casa, Inc. nor the ESPHome project.