1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add sensor support: MAX44009 (#3125)

Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
Arturo Casal
2022-02-19 09:49:45 +01:00
committed by GitHub
parent 231908fe9f
commit 88fbb0ffbb
6 changed files with 242 additions and 0 deletions

View File

@@ -463,6 +463,13 @@ sensor:
state_topic: livingroom/custom_state_topic
measurement_duration: 31
i2c_id: i2c_bus
- platform: max44009
name: "Outside Brightness 1"
internal: true
address: 0x4A
update_interval: 30s
mode: low_power
i2c_id: i2c_bus
- platform: bme280
temperature:
name: "Outside Temperature"