{"id":20325197,"url":"https://github.com/blitzkopf/nicolaudie","last_synced_at":"2026-05-18T10:04:33.339Z","repository":{"id":229857340,"uuid":"766306585","full_name":"blitzkopf/nicolaudie","owner":"blitzkopf","description":"Home assistant custom integration to control  Nicolaudie remote controllers","archived":false,"fork":false,"pushed_at":"2024-11-04T21:02:55.000Z","size":98,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-05T09:09:58.564Z","etag":null,"topics":["dmx","home-assistant","home-automation","lights","stick3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blitzkopf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T22:25:11.000Z","updated_at":"2024-08-06T20:46:37.000Z","dependencies_parsed_at":"2024-03-26T16:49:16.277Z","dependency_job_id":"cd1351ca-cc26-4dc0-b351-19c9fdd9b524","html_url":"https://github.com/blitzkopf/nicolaudie","commit_stats":null,"previous_names":["blitzkopf/nicolaudie"],"tags_count":4,"template":false,"template_full_name":"ludeeus/integration_blueprint","purl":"pkg:github/blitzkopf/nicolaudie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitzkopf%2Fnicolaudie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitzkopf%2Fnicolaudie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitzkopf%2Fnicolaudie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitzkopf%2Fnicolaudie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blitzkopf","download_url":"https://codeload.github.com/blitzkopf/nicolaudie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitzkopf%2Fnicolaudie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dmx","home-assistant","home-automation","lights","stick3"],"created_at":"2024-11-14T19:39:02.874Z","updated_at":"2026-05-18T10:04:33.317Z","avatar_url":"https://github.com/blitzkopf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nicolaudie\n\n[![GitHub Release][releases-shield]][releases]\n[![GitHub Activity][commits-shield]][commits]\n[![License][license-shield]](LICENSE)\n\n![Project Maintenance][maintenance-shield]\n\n[![Discord][discord-shield]][discord]\n[![Community Forum][forum-shield]][forum]\n\n_Integration to integrate with [nicolaudie][nicolaudie] devices._\n\n**This integration will set up the following platforms.**\n\nPlatform | Description\n-- | --\n`remote` | Switch on/off and change scenes on Nicolaudie devices.\n`light`  | Control brightness and color on device.\n\n## Installation\n\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\n1. If you do not have a `custom_components` directory (folder) there, you need to create it.\n1. In the `custom_components` directory (folder) create a new folder called `nicolaudie`.\n1. Download _all_ the files from the `custom_components/nicolaudie/` directory (folder) in this repository.\n1. Place the files you downloaded in the new directory (folder) you created.\n1. Restart Home Assistant\n1. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"Nicolaudie\"\n\n## Configuration is done in the UI\n\n\u003c!----\u003e\n\n## Contributions are welcome!\n\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\n\n***\n\n[nicolaudie]: https://github.com/blitzkopf/nicolaudie\n[commits-shield]: https://img.shields.io/github/commit-activity/y/blitzkopf/nicolaudie.svg?style=for-the-badge\n[commits]: https://github.com/blitzkopf/nicolaudie/commits/main\n[discord]: https://discord.gg/Qa5fW2R\n[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge\n[exampleimg]: example.png\n[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge\n[forum]: https://community.home-assistant.io/\n[license-shield]: https://img.shields.io/github/license/blitzkopf/nicolaudie.svg?style=for-the-badge\n[maintenance-shield]: https://img.shields.io/badge/maintainer-Yngvi%20Þór%20Sigurjónsson%20%40blitzkopf-blue.svg?style=for-the-badge\n[releases]: https://github.com/blitzkopf/nicolaudie/releases\n[releases-shield]: https://img.shields.io/github/release/blitzkopf/nicolaudie.svg?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitzkopf%2Fnicolaudie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblitzkopf%2Fnicolaudie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitzkopf%2Fnicolaudie/lists"}