Update README.md

This commit is contained in:
mileperhour
2019-04-02 18:23:48 +02:00
committed by GitHub
parent 4f8735155b
commit 8ebf36d458

View File

@@ -4,7 +4,7 @@ Local handling for Tuya Devices under Home-Assistant and Hassio, getting paramet
# How it works: # How it works:
1. Copy switch.py to /custom_components/mytuya/ folder, inside /config folder (via Samba for HASSIO). 1. Copy switch.py to /custom_components/localtuya/ folder, inside /config folder (via Samba for HASSIO).
2. Identify on your Home-Assistant logs (putting your logging into debug mode), the different attributes you want to handle by HA. 2. Identify on your Home-Assistant logs (putting your logging into debug mode), the different attributes you want to handle by HA.
3. Find in the switch.py file that part, and edit it for ID/DPS that is correct for your device. 3. Find in the switch.py file that part, and edit it for ID/DPS that is correct for your device.