what
This commit is contained in:
@@ -279,105 +279,15 @@ in
|
||||
# use postgresql instead of sqlite
|
||||
extraPackages =
|
||||
ps: with ps; [
|
||||
pkgs.${namespace}.python-roborock
|
||||
# pkgs.${namespace}.pyvesync
|
||||
# # Core functionality
|
||||
# aiohttp
|
||||
# aiodns
|
||||
# paho-mqtt
|
||||
# pillow
|
||||
# pytz
|
||||
# pyyaml
|
||||
# sqlalchemy
|
||||
|
||||
# # Discovery & networking
|
||||
# zeroconf
|
||||
# netdisco
|
||||
# ifaddr
|
||||
# ssdp
|
||||
|
||||
# # Device protocols
|
||||
# pyserial # Serial communications
|
||||
# bluepy # Bluetooth LE
|
||||
|
||||
# # Smart home ecosystems
|
||||
# mutagen # Media file metadata
|
||||
# pysonos # Sonos
|
||||
# pywemo # Belkin WeMo
|
||||
# python-miio # Xiaomi devices
|
||||
# python-kasa # TP-Link
|
||||
|
||||
# # Sensors & monitoring
|
||||
# meteocalc # Weather calculations
|
||||
# speedtest-cli # Internet speed
|
||||
|
||||
# # Visualization & UI
|
||||
# matplotlib # Graphing
|
||||
|
||||
# # Security
|
||||
# bcrypt
|
||||
# cryptography
|
||||
# pyjwt
|
||||
|
||||
# # Media
|
||||
# ha-ffmpeg # Camera streams
|
||||
|
||||
# # Specialized integrations
|
||||
# python-matter-server # Matter protocol
|
||||
|
||||
# # System integrations
|
||||
# psutil # System monitoring
|
||||
|
||||
dateparser
|
||||
psycopg2
|
||||
# numpy
|
||||
# hassil
|
||||
# pyturbojpeg
|
||||
# paho-mqtt
|
||||
# pychromecast
|
||||
# pyatv
|
||||
# python-otbr-api
|
||||
# brother
|
||||
# pyipp
|
||||
# govee-ble
|
||||
# adguardhome
|
||||
# nextcord
|
||||
# aiogithubapi
|
||||
# jellyfin-apiclient-python
|
||||
# pylitterbot
|
||||
# dateparser
|
||||
# aionut
|
||||
# nextcloudmonitor
|
||||
# ollama
|
||||
# pynecil
|
||||
# aiopyarr
|
||||
# pysabnzbd
|
||||
# getmac
|
||||
# zigpy
|
||||
# bellows # For Zigbee EmberZNet-based adapters
|
||||
# zigpy-xbee # For XBee adapters
|
||||
# zigpy-deconz # For ConBee/RaspBee adapters
|
||||
# pyicloud # iCloud
|
||||
# pyatv # Apple TV
|
||||
# opencv-python
|
||||
# face-recognition
|
||||
# ibeacon-ble
|
||||
# gehomesdk
|
||||
# onedrive-personal-sdk
|
||||
# pkgs.${namespace}.python-steam
|
||||
# apple-weatherkit
|
||||
|
||||
# samsungctl
|
||||
# samsungtvws
|
||||
|
||||
# aiohomekit
|
||||
|
||||
# icmplib
|
||||
# aioelectricitymaps
|
||||
# wyoming
|
||||
# pysmartthings
|
||||
# wakeonlan
|
||||
# ephem
|
||||
];
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
gehomesdk
|
||||
magicattr
|
||||
python-nanokvm
|
||||
python-roborock
|
||||
]);
|
||||
|
||||
config = {
|
||||
# Includes dependencies for a basic setup
|
||||
|
||||
Reference in New Issue
Block a user