All Projects → custom-components → wienerlinien

custom-components / wienerlinien

Licence: MIT license
A sensor that give you information about next departure from spesified stop.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to wienerlinien

custom-component-store
📦 Manage your custom_components for Home Assistant
Stars: ✭ 12 (-40%)
Mutual labels:  home-assistant, homeassistant, custom-components
hass-pandora-cas
Home Assistant custom component for Pandora Car Alarm System
Stars: ✭ 15 (-25%)
Mutual labels:  home-assistant, homeassistant, custom-components
addon-tailscale
Tailscale - Home Assistant Community Add-ons
Stars: ✭ 47 (+135%)
Mutual labels:  home-assistant, homeassistant
homeassistant-plant
Alternative Plant component of home assistant
Stars: ✭ 62 (+210%)
Mutual labels:  home-assistant, homeassistant
lennoxs30
Home Assistant Lennox S30 / E30 / M30 integration
Stars: ✭ 31 (+55%)
Mutual labels:  home-assistant, homeassistant
integration blueprint
Blueprint for custom_component developers.
Stars: ✭ 151 (+655%)
Mutual labels:  home-assistant, homeassistant
weatheralerts
A sensor that gives you weather alerts from alerts.weather.gov.
Stars: ✭ 93 (+365%)
Mutual labels:  homeassistant, custom-components
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+310%)
Mutual labels:  home-assistant, homeassistant
Pyscript
Pyscript adds rich Python scripting to HASS
Stars: ✭ 219 (+995%)
Mutual labels:  home-assistant, homeassistant
home-assistant-svt-play
Play SVT Play videos and channels via home assistant
Stars: ✭ 17 (-15%)
Mutual labels:  home-assistant, homeassistant
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+675%)
Mutual labels:  home-assistant, homeassistant
github-custom-component-tutorial
A tutorial for creating a custom component for Home Assistant using GitHub's API.
Stars: ✭ 31 (+55%)
Mutual labels:  home-assistant, homeassistant
HomeAssistant-Tapo-Control
Control for Tapo cameras as a Home Assistant component
Stars: ✭ 327 (+1535%)
Mutual labels:  home-assistant, homeassistant
ha skyfield
See the apparent positions of the Sun, Moon, and planets in this home assistant custom component
Stars: ✭ 26 (+30%)
Mutual labels:  homeassistant, custom-components
youtube
A platform which give you info about the newest video on a channel
Stars: ✭ 40 (+100%)
Mutual labels:  homeassistant, custom-components
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (+70%)
Mutual labels:  home-assistant, homeassistant
addon-tor
Tor - Home Assistant Community Add-ons
Stars: ✭ 37 (+85%)
Mutual labels:  home-assistant, homeassistant
Addon Vscode
Visual Studio Code - Home Assistant Community Add-ons
Stars: ✭ 201 (+905%)
Mutual labels:  home-assistant, homeassistant
Addon Node Red
Node-RED - Home Assistant Community Add-ons
Stars: ✭ 210 (+950%)
Mutual labels:  home-assistant, homeassistant
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+645%)
Mutual labels:  home-assistant, homeassistant

For an alternative have a look at https://github.com/tofuSCHNITZEL/home-assistant-wienerlinien

Old readme contend

Get information about next departures

A sensor platform which allows you to get information about next departure from specified stop.

To get started install this with HACS

Example configuration.yaml

sensor:
  platform: wienerlinien
  firstnext: first
  stops:
    - '4429'
    - '3230'

Configuration variables

key description
platform (Required) The platform name.
stops (Required) RBL stop ID's
firstnext (Optional) first or next departure.

Sample overview

Sample overview

Notes

You can find out the Stop ID (rbl number) thanks to Matthias Bendel https://till.mabe.at/rbl/

This platform is using the Wienerlinien API API to get the information. 'Datenquelle: Stadt Wien – data.wien.gv.at' Lizenz (CC BY 3.0 AT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].