ollo69 / ha_tuya_custom

Tuya Custom Component for testing
Apache License 2.0
39 stars 18 forks source link

unable to add EXT Temp Sensor #20

Open ajdezigns opened 3 years ago

ajdezigns commented 3 years ago

Hey having a bit of a issue with using the Device parameters (configuration.yaml) function of this to try to add a temperature readout to my AC

`tuya_custom: devices_config:

ollo69 commented 3 years ago

In Yaml indentation is important!!! Try:

tuya_custom: 
   devices_config: 
      - device_name: Pinguino 
        unit_of_measurement: "C" 
        ext_temp_sensor: sensor.temperature_6

If not work check HA log file