saml-dev

Results 29 comments of saml-dev

I agree this would be really nice, and should be relatively simple to hit the HA api to get all entities and create an `Entities` file that contains all those...

My constants file is literally just constants of strings that I create. It took maybe 20 minutes to copy over all the ones I actually used, and now it's trivial...

here's what I mean by simple `constants.go`: ```go const ( AppleTvAppAppleTv = "com.apple.TVWatchList" AppleTvAppPlex = "com.plexapp.plex" AppleTvAppYoutube = "com.google.ios.youtube" AppleTvAppYoutubeTv = "com.google.ios.youtubeunplugged" AppleTvEntity = "media_player.apple_tv_living_room" AppleTvPaused = "paused" AppleTvPlaying =...

I'm pretty sure all you'd need is to wrap your automations with a docker container. The tricky part is you'd need something to watch your files and recompile/rerun your go...

> I'm amazed by the lack of errors in many places here Simply because I got the happy path working first for a hobby project 😜 You're right, service/state calls...

Yeah for sure, I'll accept PRs. I'm okay with breaking changes right now. But this particular change could return an Error from various service/state calls and not be a breaking...

I believe I removed them when I switched from the google maps api to mapbox api because mapbox didn't support intermediate destinations at the time. I did a quick search...

thanks for the reminder 😁

Thanks for sharing what worked! The obsidian sync "other files" toggle is good for me to be aware of so I can tell others.

For others finding this later, the fix was to enable the `Sync all other types` setting in Obsidian sync on all devices.