Stephen Mann
Stephen Mann
UPdate. The problem recurred using V3.0.1, so I went back another version to V3.0.0 and the problem went away. For a few compiles, then it came back. I installed V3.0.2...
Update- I opened automations.yaml and found three copies of the automation: ``` - id: '1658588868806' alias: desktop - HASP current temperature description: '' use_blueprint: path: HASwitchPlate/hasp_Display_Weather_Temperature_with_Icon_and_Colors.yaml input: haspdevice: abdbcdf0fb55720ab6b413e4fe8f7720 suffix_select:...
Amazon uses a subset of SSML. I use this as a guide: [SSML Tags Supported by Amazon Polly](https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html)
Don't know if you fixed this, but I just had the same issue. In these lines: ``` WiFiClient myWifiClient; PubSubClient mqttClient(myWifiClient); ``` myWifiClient must be unique within your LAN. If...
Have you tried directly accessing node-red using https://your_home_assistant_ip:1880/
It appears that the problem is in Home Assistant. Try accessing Node Red directly: `ha_ip:1880`
I did discover an easy way to find the device_id. To get the Device ID: Goto settings -> Devices then click on the device. Click on the device Click on...
UPDATE - Rebooted the host and the warning went away.