mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 08:28:12 +01:00
add ATC Mithermometer component
This commit is contained in:
parent
79f7147bbf
commit
387dfbaf88
1 changed files with 8 additions and 1 deletions
|
@ -169,7 +169,14 @@ sensor:
|
|||
name: "JQJCY01YM Formaldehyde"
|
||||
battery_level:
|
||||
name: "JQJCY01YM Battery Level"
|
||||
|
||||
- platform: atc_mithermometer
|
||||
mac_address: "A4:C1:38:4E:16:78"
|
||||
temperature:
|
||||
name: "ATC Temperature"
|
||||
humidity:
|
||||
name: "ATC Humidity"
|
||||
battery_level:
|
||||
name: "ATC Battery-Level"
|
||||
|
||||
time:
|
||||
- platform: homeassistant
|
||||
|
|
Loading…
Reference in a new issue