https://github.com/max-te/silvercrest-swsa1
https://github.com/max-te/silvercrest-swsa1
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-te/silvercrest-swsa1
- Owner: max-te
- License: mit
- Created: 2024-11-02T11:15:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T16:30:29.000Z (over 1 year ago)
- Last Synced: 2025-01-23T13:45:38.319Z (over 1 year ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom component for Silvercrest SWS-A1
This is a Home Assisstant custom component for interfacing with old (ca 2015) LIDL Silvercrest SWS-A1 Wifi plugs.
## Installation
Copy `custom_components/silvercrest` into your `custom_components` directory and configure your plug in your configuration YAML like this:
```yaml
switch:
- platform: silvercrest
host: "192.168.0.123" # Your plug's ip address
name: silvercrestplug1 # entityId for homeassisstant
```