Stuff/Change Shellyswitch Homeassistant IP

Aus Zauberwiki
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
  1. SSH into the homeassistant-Device (Using the terminal&ssh Addon)
  2. Edit the config/.storage/core.config_entries File
{
                "entry_id": "f4508bf2d2ff5cd9fe68b5e894437b9a",
                "version": 1,
                "domain": "shelly",
                "title": "shellyplug-s-FDD988",
                "data": {
                    "host": "192.168.0.229", # <-- Update the IP here
                    "sleep_period": 0,
                    "model": "SHPLG-S",
                    "gen": 1
                },
                "options": {},
                "pref_disable_new_entities": false,
                "pref_disable_polling": false,
                "source": "zeroconf",
                "unique_id": "F4CFA2FDD988",
                "disabled_by": null
            }