Python Nerdery: Data Scraping for Home Assistant
One thing I want to monitor in Home Assistant isn't supported in any traditional way. I want to know how much propane our generator has, and I only have a local provider website to work with. Enter Python to load a browser, log me in, grab the data and send it to home assistant. Add the script to cron and you are done. import logging from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options…









