Advertisement
Guest User

Problem with Hass.io

a guest
Sep 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. I put this in configuration.yaml
  2.  
  3. tuya:
  4. username: myphonenumber
  5. password: mypassword
  6. country_code: mycountrycode
  7. platform: smart_life
  8. light:
  9. platform: tuya
  10. name: Scrivania
  11. host: 192.168.1.9
  12. local_key: xxxxx
  13. device_id: xxxxxxxxxxxxxx
  14.  
  15. And when i hit check config it says this
  16.  
  17. Invalid config for [tuya]: required key not provided @ data['device_id']. Got None required key not provided @ data['host']. Got None required key not provided @ data['local_key']. Got None required key not provided @ data['name']. Got None. (See /config/configuration.yaml, line 31). Please check the docs at https://home-assistant.io/components/tuya/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement