├── .github ├── ISSUE_TEMPLATE │ └── feature_template.md └── move.yml ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/feature_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/ui-schema/HEAD/.github/ISSUE_TEMPLATE/feature_template.md -------------------------------------------------------------------------------- /.github/move.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/ui-schema/HEAD/.github/move.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/ui-schema/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/ui-schema/HEAD/README.md --------------------------------------------------------------------------------