Daniel

Results 98 comments of Daniel

> Things like rising/setting etc. are calculated in AstroWeather Or via Node-RED! See https://community.home-assistant.io/t/my-new-moon-device-from-node-red-node-red-contrib-sun-position/683868

> 7timer.info2 [Name does not resolve] I was thinking along the lines of caching somehow, somewhere as 7timer.info2 doesn't resolve for me either and was going to suggest checking... ![image](https://github.com/mawinkler/astroweather/assets/49846893/66829140-3d16-48b1-8aa2-92a6b097e70b)...

I also use the battery_notes integration and `include:` `- integration: battery_notes` works fine for me. ``` filter: include: - integration: battery_notes ``` An entity that is governed by multiple integrations...

Question: Can services be added/removed individually without disturbing them all? ``` for each element in current_service_list[] if not element in new_service_list[] delete element for each element in new_service[] if not...

So there's no way to tell if the service list provided by Alexa has changed from the last time?

Since `volume_level` is not supported, why not save the current volume levels automatically using [snarky-snark/home-assistant-variables integration](https://github.com/snarky-snark/home-assistant-variables) which I configure to update whenever **Alexa Media Player: Update Last Called Sensor** [`service:...

> I have found often times volume_level is not set for a device so you can't retrieve it to save and restore. If the `volume_level` is not even set then...

> Up! We still need it! Then propose a workable solution!

All of my echo `volume_level` attributes are set... ![image](https://github.com/custom-components/alexa_media_player/assets/49846893/f07358b7-a5ab-4c93-a4c3-a9baee264f5d)

> That's Possible? What?