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

Add support for Tuya Sensors (#1088)

* Add Tuya sensor

* Add tuya sensor to test4

* Forgot id
This commit is contained in:
Jesse Hills
2020-07-12 10:46:10 +12:00
committed by GitHub
parent 68d29c5af5
commit a76b8e745b
4 changed files with 99 additions and 1 deletions

View File

@@ -49,13 +49,15 @@ web_server:
username: admin
password: admin
tuya:
sensor:
- platform: homeassistant
entity_id: sensor.hello_world
id: ha_hello_world
- platform: tuya
id: tuya_sensor
sensor_datapoint: 1
#
# platform sensor.apds9960 requires component apds9960
#