├── .gitignore ├── LICENSE ├── README.md └── aurora.py /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/software-2/ha-aurora/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/software-2/ha-aurora/HEAD/README.md -------------------------------------------------------------------------------- /aurora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/software-2/ha-aurora/HEAD/aurora.py --------------------------------------------------------------------------------