I am running;
- Core 2023.11.1
- Supervisor 2023.11.0
- Operating System 11.1
- Frontend 20231030.1
And am having no luck implementing to get a dashboard card to display a payload value of an mqtt topic.
But which ever syntax I try I get errors in the visual studio code server while editing the configuration.yaml.
syntax found in an earlier thread I posted this to as well
- platform: mqtt
state_topic: "tele/tasmota_16CDAC/SENSOR"
name: "tasmota_16CDAC SENSOR"
results in
- end of the stream or a document separator is expected
- Incorrect type. Expected “object”.yaml-schema: http://schemas.home-assistant.io/configuration
btw the schema url is not available NS_ERROR_UNKNOWN_HOST
syntax found at MQTT Sensor - Home Assistant
mqtt:
- sensor:
name: "RSSI"
state_topic: "home/sensor1/infojson"
same errors
I am pretty sure the indentation is correct.
Can anyone please help me get through this?