Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raman325/homeassistant-config
- Owner: raman325
- Created: 2019-02-12T20:31:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T17:50:29.000Z (4 months ago)
- Last Synced: 2024-08-01T20:09:22.059Z (4 months ago)
- Topics: home-assistant, home-assistant-config, home-automation, homeassistant, homeassistant-config
- Language: Python
- Homepage:
- Size: 538 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homeassistant-config
My Home-Assistant configsI 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.