Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey Scherrer committed Oct 2, 2021
2 parents 5fac2f2 + 9f241ff commit 534ad0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Home Assistant MTA Subway Service Status Sensor

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)

## Overview

A sensor to provide MTA Subway service statuses for Home Assistant. The sensor reads from the offical [MTA Service Status](http://web.mta.info/status/ServiceStatusSubway.xml) XML feed and provides both the overall line status as a sensor state as well as status descriptions as sensor attributes. The train line states are updated every minute from the MTA feed.
Expand Down
5 changes: 4 additions & 1 deletion custom_components/mta_subway/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"issue_tracker": "https://github.com/iicky/homeassistant-mta-subway/issues",
"dependencies": [],
"codeowners": ["@iicky"],
"requirements": ["beautifulsoup4==4.9.3"],
"requirements": [
"beautifulsoup4==4.9.3",
"lxml==4.6.3"
],
"iot_class": "cloud_polling"
}

0 comments on commit 534ad0c

Please sign in to comment.