├── 1.PNG ├── 2.PNG ├── custom_components └── oilprice │ ├── __init__.py │ ├── manifest.json │ └── sensor.py └── readme.md /1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aalavender/OilPrice/HEAD/1.PNG -------------------------------------------------------------------------------- /2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aalavender/OilPrice/HEAD/2.PNG -------------------------------------------------------------------------------- /custom_components/oilprice/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /custom_components/oilprice/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aalavender/OilPrice/HEAD/custom_components/oilprice/manifest.json -------------------------------------------------------------------------------- /custom_components/oilprice/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aalavender/OilPrice/HEAD/custom_components/oilprice/sensor.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aalavender/OilPrice/HEAD/readme.md --------------------------------------------------------------------------------