We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i was doing it wrong on #128 , now I obtained the two tokens, but when I tried to make the sensor
smartthinq_sensors: token: "refreshtoken" region: PT #(ISO 3166-1 alpha-2, e.g. PT) language: pt-PT #(ISO-639-1, e.g. pt)
the validation on the home assistant gives me this error:
Invalid config for [sensor]: required key not provided @ data['platform']. Got None. (See /config/configuration.yaml, line 8).
line 8: line 9: sensor: !include include/sensor.yaml
line 8 is blank and if I remove line 9 it doesn't give me an error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i was doing it wrong on #128 , now I obtained the two tokens, but when I tried to make the sensor
smartthinq_sensors:
token: "refreshtoken"
region: PT #(ISO 3166-1 alpha-2, e.g. PT)
language: pt-PT #(ISO-639-1, e.g. pt)
the validation on the home assistant gives me this error:
Invalid config for [sensor]: required key not provided @ data['platform']. Got None. (See /config/configuration.yaml, line 8).
line 8:
line 9: sensor: !include include/sensor.yaml
line 8 is blank and if I remove line 9 it doesn't give me an error
The text was updated successfully, but these errors were encountered: