Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raman325/homeassistant-config

My Home-Assistant Config
https://github.com/raman325/homeassistant-config

home-assistant home-assistant-config home-automation homeassistant homeassistant-config

Last synced: 3 days ago
JSON representation

My Home-Assistant Config

Awesome Lists containing this project

README

        

# homeassistant-config
My Home-Assistant configs

I manage my configs using HJSON because I find JSON easier to write and maintain than YAML and wanted the ability to support comments. The HJSON files are in `hjson/` along with some Python code (`hjson/ha_yaml_to_and_from_hjson.py`) that can be used to convert HJSON to YAML and vice versa.

The code is a bit of a hack and would require some modifications to support general purpose use cases.