What do you mean?
I see. A pull request to fix that is welcome too.
- Datetime have been fixed: https://github.com/home-assistant/home-assistant/pull/9417
- Dicts have been fixed: https://github.com/home-assistant/home-assistant/pull/8541
- PR to add util.dt and time (and thus allow sleep): https://github.com/home-assistant/home-assistant/pull/9736
6 Likes
Yes, JSON, Regex, and basic Url requests would be very useful in Python_Scripts!
For now I have to create separate RESTCommands for each url I need to call, but would be nice for simple notifications/integrations with other systems to be able to make quick url POST/GET requests.
Thank You for this update, it is perfect for my use case to simply throttle a loop that controls volume on my Reciever from a Lutron Pico remote! I only sleep for 60ms, but that makes a noticeable improved experience experience from a tight loop.