https://github.com/danielsmith-eu/home-assistant-themeparks-integration
A Home Assistant integration that shows Theme Park waiting times using the ThemeParks.wiki API
https://github.com/danielsmith-eu/home-assistant-themeparks-integration
api homeassistant integration queue themeparks times wait
Last synced: 4 months ago
JSON representation
A Home Assistant integration that shows Theme Park waiting times using the ThemeParks.wiki API
- Host: GitHub
- URL: https://github.com/danielsmith-eu/home-assistant-themeparks-integration
- Owner: danielsmith-eu
- License: apache-2.0
- Created: 2022-08-02T16:08:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:50:43.000Z (almost 2 years ago)
- Last Synced: 2024-06-18T18:16:29.617Z (almost 2 years ago)
- Topics: api, homeassistant, integration, queue, themeparks, times, wait
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 14
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# home-assistant-themeparks-integration
[](https://github.com/hacs/integration)
A Home Assistant integration that shows Theme Park waiting times using the ThemeParks.wiki API
Now available in the default store!
## How it works
When you add the themeparks integration you choose a themepark from the list. It then adds an entity for each ride, which looks like this:

The state of each entity is the current wait time, and is updated every 5 minutes, so you can either use the entity card to show this, or the history card to show the history:

You can of course add whichever rides you need to.
## Advanced usage
A smart move would be to set automations when your ride of choice hits a low wait time, and then turn that automation on when you are at the park.
## Todo / Missing Features
* The device added for a theme park doesn't show any information or link to the entities. Looks like a quick fix.
* No customisations.
* API access is in the Integration, this should be move to PyPi so that we can add this to HA without using HACS.