Commit Graph

2433 Commits

Author SHA1 Message Date
Robert Schütz
1a95fb3696 home-assistant: pin aioazuredevops at 2.1.1 2024-08-08 04:47:19 -07:00
K900
bb7da4d474 home-assistant-custom-lovelace-modules.android-tv-card: 3.9.3 -> 3.9.4
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.3...3.9.4
2024-08-08 09:08:02 +03:00
Robert Schütz
b6866e3882 home-assistant: support permobil component 2024-08-06 13:27:56 -07:00
Robert Schütz
ce30c82023 home-assistant: support emoncms component 2024-08-06 05:04:45 -07:00
Martin Weinelt
153d06a83d
Merge pull request #332691 from dotlambda/python3Packages.refoss-ha
home-assistant: support refoss component
2024-08-06 13:40:15 +02:00
Martin Weinelt
9d18a2f66b
Merge pull request #332686 from dotlambda/python3Packages.rocketchat-api
home-assistant: support rocketchat component
2024-08-06 12:53:50 +02:00
Martin Weinelt
5200535917
Merge pull request #332684 from dotlambda/python3Packages.hass-splunk
home-assistant: support splunk component
2024-08-06 12:53:26 +02:00
Robert Schütz
e9f6e698a1 home-assistant: support refoss component 2024-08-06 03:43:58 -07:00
Robert Schütz
64d16c8383 home-assistant: support rocketchat component 2024-08-06 03:32:34 -07:00
Robert Schütz
9c5ef08313 home-assistant: support splunk component 2024-08-06 03:14:28 -07:00
Robert Schütz
3f953fe83d home-assistant: support stookwijzer component 2024-08-06 03:06:50 -07:00
Robert Schütz
ffb4e267db home-assistant: support solarlog component 2024-08-05 03:31:01 -07:00
K900
9c73f625c6 home-assistant-custom-lovelace-modules.android-tv-card: 3.9.2 -> 3.9.3
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.2...3.9.3
2024-08-05 08:35:15 +03:00
Martin Weinelt
f5d82712fc
Merge pull request #332126 from mjm/ha-openweathermap
home-assistant: pin pyopenweathermap at 0.0.10
2024-08-04 18:00:08 +02:00
Matt Moriarity
d4a6b4b3f0 home-assistant: pin pyopenweathermap at 0.0.10 2024-08-03 19:10:18 -06:00
Martin Weinelt
54aac3b3bb
Merge pull request #329278 from mweinelt/indego
python312Packages.pyindego: 3.2.1 -> 3.2.2
2024-08-03 03:57:41 +02:00
Martin Weinelt
047daefcd0
Merge pull request #329277 from mweinelt/mass-tests
home-assistant-custom-components.mass: enable tests
2024-08-03 03:55:34 +02:00
Martin Weinelt
f10e6083ec
Merge pull request #331411 from mweinelt/fix-frigate-component-owner
home-assistant-custom-components.frigate: fix owner
2024-08-03 03:52:43 +02:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. RyanTM
e809abfeea
home-assistant-custom-lovelace-modules.mushroom: 3.6.4 -> 4.0.0 (#331461)
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.0.0
2024-08-01 13:06:14 +02:00
Martin Weinelt
21e8dda86e
home-assistant-custom-components.frigate: 5.2.0 -> 5.3.0
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.3.0
2024-08-01 03:16:21 +02:00
Martin Weinelt
0920d0062b
python312Packages.homeassistant-stubs: 2024.7.3 -> 2024.7.4
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.7.4
2024-07-30 14:54:32 +02:00
Martin Weinelt
a9265d2416
home-assistant: 2024.7.3 -> 2024.7.4
https://github.com/home-assistant/core/releases/tag/2024.7.4
2024-07-30 13:28:22 +02:00
K900
280836c70c home-assistant-custom-lovelace-modules.android-tv-card: 3.9.0 -> 3.9.2
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.0...3.9.2
2024-07-30 10:40:16 +03:00
Martin Weinelt
3c82fb0526
Merge pull request #330902 from mweinelt/lovelace-upstreaming
Lovelace card upstreaming (atomic-calendar-revive, rmv-card, template-entity-row)
2024-07-30 00:32:12 +02:00
Pyrox
ca6ede4a1d
home-assistant: support ccm15 component 2024-07-29 17:41:58 -04:00
Pyrox
d84b852b66
home-assistant: support bt_home_hub_5 component 2024-07-29 17:30:04 -04:00
Martin Weinelt
7a14a916f8
Merge pull request #330929 from pyrox0/home-assistant/bang_olufsen-component
home-assistant: support bang_olufsen component
2024-07-29 22:51:46 +02:00
Pyrox
134b9f72e2
home-assistant: support bang_olufsen component 2024-07-29 16:49:09 -04:00
Pyrox
2fec1cfee8
home-assistant: support arve component 2024-07-29 16:17:08 -04:00
Martin Weinelt
976d87f553
home-assistant-custom-lovelace-modules.template-entity-row: init at 1.4.1
🔹 Display whatever you want in an entities card row.
2024-07-29 19:18:57 +02:00
Martin Weinelt
62d6e3ed9c
home-assistant-custom-lovelace-modules.rmv-card: init
Custom card for the RMV component.
2024-07-29 19:18:57 +02:00
Martin Weinelt
1737d9fa7d
home-assistant-custom-lovelace-modules.atomic-calendar-revive: init at 10.0.0
An advanced calendar card for Home Assistant Lovelace.
2024-07-29 19:18:56 +02:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
K900
d1321448c3 home-assistant-custom-lovelace-modules.android-tv-card: 3.8.2 -> 3.9.0
Diff: https://github.com/Nerwyn/android-tv-card/compare/3.8.2...3.9.0
2024-07-27 12:29:44 +03:00
github-actions[bot]
c708f59661
Merge master into staging-next 2024-07-26 18:01:11 +00:00
Martin Weinelt
0196cfe7f3
Merge pull request #330152 from dotlambda/home-assistant
nixos/home-assistant: customComponents must use buildHomeAssistantComponent
2024-07-26 19:15:11 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Robert Schütz
a5f8d3fe02 nixos/home-assistant: customComponents must use buildHomeAssistantComponent 2024-07-26 07:33:40 -07:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Martin Weinelt
f88eb88994
home-assistant-custom-lovelace-modules.apexcharts-card: init at 2.1.2
📈 A Lovelace card to display advanced graphs and charts based on
ApexChartsJS for Home Assistant
2024-07-25 21:04:20 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Robert Schütz
127fd4df55
Merge pull request #329118 from dotlambda/home-assistant-custom-components.volkswagencarnet
home-assistant-custom-components.volkswagencarnet: init at 5.0.3
2024-07-24 10:47:14 -07:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Joshua Manchester
12490b4e7b
home-assistant-custom-components.waste_collection_schedule: 1.48.0 -> 2.0.1
https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/1.49.0
https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.0.0
https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.0.1
2024-07-23 20:12:30 +01:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Martin Weinelt
721388ecca
home-assistant-custom-components.indego: 5.7.2 -> 5.7.4
https://github.com/sander1988/Indego/releases/tag/5.7.3
https://github.com/sander1988/Indego/releases/tag/5.7.4
2024-07-23 01:48:40 +02:00
Martin Weinelt
5b2975fb48
home-assistant-custom-components.mass: enable tests 2024-07-23 01:44:42 +02:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00