Benedek Kozma
Cyberbeni@mastodon.art
<p>Full stack Swift developer</p>
Posts
-
Post #1764327
I would have expected all (new) #books to be available as #ebook ~20 years after ebook readers were introduced but sadly that&#39;s not the case.
-
Post #1764326
I am once again reminded that reading documentation is useless and I should read the code instead. (I am writing a service that wants to observe #HomeAssistant states through WebSocket and based on docs wanted to do subscribe_trigger then get_states which just disconnected after the get_states message without any logs in HA. Reading the code revealed that there is a render_template message, which does exactly what I want in 1 step and actually works.) #programming