Skip to content

Commit 6c7851c

Browse files
committed
add works with MQTT Homie banner
1 parent 81d0e63 commit 6c7851c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ An Arduino for ESP8266 / ESP32 implementation of [Homie](https://github.com/homi
88

99
This branch of Homie for ESP8266 implements [Homie 3.0.1](https://github.com/homieiot/convention/releases/tag/v3.0.1) and adds support for ESP32.
1010

11+
[![works with MQTT Homie](https://homieiot.github.io/img/works-with-homie.svg "works with MQTT Homie")](https://homieiot.github.io/)
12+
1113
## Download
1214

13-
The Git repository contains the development version of Homie for ESP8266.
15+
The Git repository contains the development version of Homie for ESP8266.
1416
Stable releases are available [on the releases page](https://github.com/homieiot/homie-esp8266/releases).
1517

1618

@@ -51,7 +53,7 @@ board = ...
5153
framework = arduino
5254
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
5355

54-
; the latest development branch (convention V3.0.x)
56+
; the latest development branch (convention V3.0.x)
5557
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop
5658

5759
```

docs/others/community-projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This page lists the projects made by the community to work with Homie.
22

3+
[![works with MQTT Homie](https://homieiot.github.io/img/works-with-homie.svg "[works with MQTT Homie")](https://homieiot.github.io/)
4+
35
# [jpmens/homie-ota](https://github.com/jpmens/homie-ota)
46

57
homie-ota is written in Python. It provides an OTA server for Homie devices as well as a simple inventory which can be useful to keep track of Homie devices. homie-ota also enables you to trigger an OTA update (over MQTT, using the Homie convention) from within its inventory. New firmware can be uploaded to homie-ota which detects firmware name (fwname) and version (fwversion) from the uploaded binary blob, thanks to an idea and code contributed by Marvin.

0 commit comments

Comments
 (0)