Remove luz-sala LocalTuya integration
Direct control not viable due to Tuya 3.5 single-connection limit and expired cloud subscription. Removing all related config for now. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4ab92a985a
commit
f604d7ecc8
71 changed files with 0 additions and 22842 deletions
|
|
@ -1281,23 +1281,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.hass-localtuya-install = {
|
||||
description = "Install LocalTuya custom component for Home Assistant";
|
||||
before = [ "home-assistant.service" ];
|
||||
wantedBy = [ "home-assistant.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "hass";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
script = ''
|
||||
mkdir -p /var/lib/hass/custom_components
|
||||
rm -rf /var/lib/hass/custom_components/localtuya
|
||||
cp -r ${../../configs/home-assistant/custom_components/localtuya} /var/lib/hass/custom_components/localtuya
|
||||
chmod -R u+rw /var/lib/hass/custom_components/localtuya
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.timers."nix-flake-update" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue