├── __init__.py ├── manifest.json └── weather.py /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgatsumaZen1tsu/homeassistant.components.weather.Weathernmc/HEAD/manifest.json -------------------------------------------------------------------------------- /weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgatsumaZen1tsu/homeassistant.components.weather.Weathernmc/HEAD/weather.py --------------------------------------------------------------------------------