Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swoboda1337/gy39-esphome


https://github.com/swoboda1337/gy39-esphome

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

Example yaml to use in esphome device config:

external_components:
- source:
type: git
url: https://github.com/swoboda1337/gy39-esphome
ref: main
refresh: 1d

sensor:
- platform: gy39
temperature:
name: "Temperature"
humidity:
name: "Humidity"
pressure:
name: "Pressure"
altitude:
name: "Altitude"
lux:
name: "Lux"
update_interval: 60s

i2c:
sda: 21
scl: 22