Skip to content
New issue

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

change from mqtt platform setup #101

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

austinmroczek
Copy link
Contributor

There was a change to MQTT in HA and the current setup results in an error:
"The mqtt platform for the sensor integration does not support platform setup."

YAML setup needs to change from

sensor:
  - platform: mqtt
    name: etc

to:

mqtt:
  sensor:
    - name: etc

See discussion at

This PR updates the readme file to be in line with the change.

@auto-assign auto-assign bot requested a review from mpepping November 20, 2023 17:06
@mpepping mpepping merged commit 1c15e8a into mpepping:main Nov 20, 2023
4 checks passed
@mpepping
Copy link
Owner

Good catch and thanks for the PR, @austinmroczek!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants