An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# home-assistant-themeparks-integration

[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](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:

Screenshot 2022-08-16 at 09 52 04

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:

Screenshot 2022-08-16 at 09 53 07

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.