├── README.md ├── custom_components └── colorfulclouds │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-312.pyc │ ├── __init__.cpython-37.pyc │ ├── __init__.cpython-38.pyc │ ├── colorfulclouds.cpython-312.pyc │ ├── config_flow.cpython-312.pyc │ ├── config_flow.cpython-38.pyc │ ├── const.cpython-312.pyc │ ├── const.cpython-38.pyc │ ├── sensor.cpython-312.pyc │ ├── sensor.cpython-38.pyc │ ├── weather.cpython-312.pyc │ ├── weather.cpython-37.pyc │ └── weather.cpython-38.pyc │ ├── colorfulclouds.py │ ├── config_flow.py │ ├── const.py │ ├── manifest.json │ ├── sensor.py │ ├── strings.json │ ├── translations │ ├── en.json │ └── zh-Hans.json │ └── weather.py └── hacs.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/README.md -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__init__.py -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/colorfulclouds.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/colorfulclouds.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/config_flow.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/config_flow.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/config_flow.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/config_flow.cpython-38.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/const.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/const.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/const.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/const.cpython-38.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/sensor.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/sensor.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/sensor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/sensor.cpython-38.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/weather.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/weather.cpython-312.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/weather.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/weather.cpython-37.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/__pycache__/weather.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/__pycache__/weather.cpython-38.pyc -------------------------------------------------------------------------------- /custom_components/colorfulclouds/colorfulclouds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/colorfulclouds.py -------------------------------------------------------------------------------- /custom_components/colorfulclouds/config_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/config_flow.py -------------------------------------------------------------------------------- /custom_components/colorfulclouds/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/const.py -------------------------------------------------------------------------------- /custom_components/colorfulclouds/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/manifest.json -------------------------------------------------------------------------------- /custom_components/colorfulclouds/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/sensor.py -------------------------------------------------------------------------------- /custom_components/colorfulclouds/strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/strings.json -------------------------------------------------------------------------------- /custom_components/colorfulclouds/translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/translations/en.json -------------------------------------------------------------------------------- /custom_components/colorfulclouds/translations/zh-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/translations/zh-Hans.json -------------------------------------------------------------------------------- /custom_components/colorfulclouds/weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/custom_components/colorfulclouds/weather.py -------------------------------------------------------------------------------- /hacs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fineemb/Colorfulclouds-weather/HEAD/hacs.json --------------------------------------------------------------------------------