Bad combination. Feel so bloated, so slow, quality of life is bad.
But I think today is a turning point.
Got approved for zepbound. I gonna commit to it till I am at least under 300 and going to push till I have a 3 digit weight loss.
Also figured out how to list devices from home assistant to a json file.
curl -X "POST" "http://ip.ad.dd.dr:8123/api/template" \
-H 'Authorization: Bearer TOKENHERE' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{"template": "
{% set devices = states
| map(attribute=\\"entity_id\\")
| map(\\"device_id\\")
| unique
| reject(\\"eq\\",None)
| list %}
{%- set ns = namespace(devices = []) %}
{%- for device in devices %}
{%- set entities = device_entities(device) | list %}
{%- if entities %}
{%- set ns.devices = ns.devices + [ {device: {\\"name\\": device_attr(device, \\"name\\"), \\"entities\\": entities}} ] %}
{%- endif %}
{%- endfor %}
{{ ns.devices | tojson }}\\"}"
}' -o devices.json
Weight: 349.6