Commit Graph

15 Commits

Author SHA1 Message Date
Matt Moriarity
bd456c3978 home-assistant-custom-components.auth-header: init at 1.10-unstable-2024-02-26 2024-03-02 13:22:01 -07:00
Arnout Engelen
d3cb26fc5f
home-assistant-custom-components.gpio: 0.0.2 -> 0.0.4
* fix updating gpio lines
* fix inverted logic
* add support for edge detection
* add support for chip number detection (bringing RPi5 support)
2024-02-12 19:11:22 +01:00
Martin Weinelt
3688a3431f
Merge pull request #285149 from rhoriguchi/localtuya
home-assistant-custom-components.localtuya: init at 5.2.1
2024-02-08 23:17:08 +01:00
Preston Hunt
57b6384903 home-assistant-custom-components.emporia_vue: init at 0.8.3 2024-02-06 19:18:37 -08:00
Ryan Horiguchi
439cbb3721 home-assistant-custom-components.localtuya: init at 5.2.1 2024-01-31 00:25:24 +01:00
Arnout Engelen
ed211ff443
home-assistant-custom-components.gpio: init at 0.0.2 2024-01-21 12:00:10 +01:00
Sandro
6246645042 buildHomeAssistantComponent: fix readme syntax 2024-01-10 13:43:59 +01:00
Jamie Magee
c0268a7b9a home-assistant-custom-components.waste_collection_schedule: init at 1.44.0 2023-12-18 10:46:18 -08:00
Sandro Jäckel
b363b8510f
home-assistant.custom-components.govee-lan: init at unstable-2023-06-10 2023-12-08 13:13:01 +01:00
Breland Miley
2453c821f0 home-assistant-custom-components.adaptive_lighting: init at 1.19.1 2023-12-07 16:25:26 +01:00
Jamie Magee
1403c32cee home-assistant-custom-components.miele: init at 0.1.19 2023-12-06 10:54:50 -08:00
Martin Weinelt
01616e5331
buildHomeAssistantComponent: migrate from pname to owner/domain
Also make the attribute name to match the domain name.

This is more in line with the home-assistant custom component ecosystem
and allows additional validation between the derivation and the manifest.

Also, at a later time, this will enable us to check for domain conflicts
at eval time.
2023-12-06 03:55:33 +01:00
Martin Weinelt
f30192ae6f
nixos/home-assistant: add customComponents support
Allows passing custom component packages, that get installed into
home-assistant's state directory.
Python depedencies, that are propagated from the custom component
get passed into `extraPackages`, so they are available to
home-assistant at runtime.

This is implemented in a way, that allows coexistence with custom
components not managed through the NixOS module.
2023-11-10 22:00:36 +01:00
Martin Weinelt
047b9665f2
home-assistant-custom-components.prometheus-sensor: init at 1.0.0
Import 🔥 Prometheus query results into 🏡 Home Assistant 📈
https://github.com/mweinelt/ha-prometheus-sensor
2023-11-10 22:00:36 +01:00
Graham Bennett
31e60c2fbb
buildHomeAssistantComponent: init
Builder to package up custom components for Home Assistant.

These packages use `buildPythonPackage` with `format = "other"` and
rely on a custom install phase, that expects a standardized path,
and a custom check phase, that for now verifies python dependencies have
been satisified.

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
2023-11-10 22:00:35 +01:00