https://github.com/swoboda1337/gy39-esphome
GY39 EPSHome Component
https://github.com/swoboda1337/gy39-esphome
esp32 esphome esphome-component
Last synced: 4 months ago
JSON representation
GY39 EPSHome Component
- Host: GitHub
- URL: https://github.com/swoboda1337/gy39-esphome
- Owner: swoboda1337
- Created: 2024-06-30T21:36:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T02:16:16.000Z (7 months ago)
- Last Synced: 2024-12-26T05:13:25.126Z (6 months ago)
- Topics: esp32, esphome, esphome-component
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: 1dsensor:
- platform: gy39
temperature:
name: "Temperature"
humidity:
name: "Humidity"
pressure:
name: "Pressure"
altitude:
name: "Altitude"
lux:
name: "Lux"
update_interval: 60si2c:
sda: 21
scl: 22