I‘m using Alexa to tell me my blood sugar value from my FreeStyle Libre 3 sensor.
As to my knowledge it‘s not possible to integrate a blood sugar sensor entity directly into Alexa. So I use a helper of type numbers to get this done.
Here is the definition that copies my blood sugar value from the sensor to the numbers helper:
And here‘s the definition in configuration.yaml how it is presented to Alexa:
alexa:
smart_home:
filter:
include_entities:
- number.zucker_von_manfred
The entire configuration was done following exactly the instructions of this documentation:
Amazon Alexa Smart Home Skill
Everything worked fine for about 10 months but within the last couple of weeks Alexa stopped updating the value. The value stays at the last known value forever.
But there‘s a workaround: If I ask Alexa to increase the value by 0 (zero) it pulls the actual value from Home Assistant. But a couple of weeks ago it automatically updated the value.
I‘m not sure whether the change that leads to this malfunction is on Home Assistant or on Alexa/Amazon side.
When I import the numbers helper freshly into Alexa app it teils me that the server is not responding (in German „Server reagiert nicht“) and shows value 0 what means that I should be dead ![]()
And if I ask Alexa to increase „Zucker von Manfred“ by zero it updates the value correctly and the error message is gone:
But it only updates the value once and I have to ask Alexa again to increase the device by 0 to get the next update.
Does anybody know what changed in Home Assistant and/or Alexa that stopped the automatic update of the value within the last couple of weeks? And how can I get the old automatic updating functionality back?
Should I report this as an incident in GitHub for HA core?
Please help if possible.



