-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add module configs for grove port / m5tack-env-iv sensor #219
Conversation
Firmware built successfully! 🎉 Download and extract the firmware to install with https://web.esphome.io Make sure to choose |
This comment was marked as off-topic.
This comment was marked as off-topic.
Move grove power switch to grove yaml
Firmware built successfully! 🎉 Download and extract the firmware to install with https://web.esphome.io Make sure to choose |
Firmware built successfully! 🎉 Download and extract the firmware to install with https://web.esphome.io Make sure to choose |
Requires grove-i2c packages:
grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml sensor:
- platform: sht4x
i2c_id: grove_i2c
temperature:
name: Temperature
humidity:
name: Humidity
- platform: bmp280_i2c
i2c_id: grove_i2c
address: 0x76
pressure:
name: Pressure |
https://shop.m5stack.com/products/pir-module
Requires grove-power packages:
grove-power: github://esphome/home-assistant-voice-pe/modules/grove-power.yaml
binary_sensor:
- platform: gpio
pin:
number: 2
name: Motion
device_class: motion |
https://shop.m5stack.com/products/tvoc-eco2-gas-unit-sgp30
Requires grove-i2c packages:
grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml sensor
- platform: sgp30
i2c_id: grove_i2c
tvoc:
name: "TVOC"
eco2:
name: "eCO2" |
Firmware built successfully! 🎉 Download and extract the firmware to install with https://web.esphome.io Make sure to choose |
https://shop.m5stack.com/products/dlight-unit-ambient-light-sensor-bh1750fvi-tr
Requires grove-i2c packages:
grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml sensor:
- platform: bh1750
i2c_id: grove_i2c
name: "Light Intensity" |
After taking control of the device configuration, you can add extra packages to add functionality without having to manage the entire configuration yourself