diff --git a/README.md b/README.md index 90f9d6e..966be50 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/custom_components/mta_subway/manifest.json b/custom_components/mta_subway/manifest.json index 7435c7d..f495453 100644 --- a/custom_components/mta_subway/manifest.json +++ b/custom_components/mta_subway/manifest.json @@ -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" }