diff --git a/pkg/controller/modules/devices.go b/pkg/controller/modules/devices.go index 3f97271..0760b3f 100644 --- a/pkg/controller/modules/devices.go +++ b/pkg/controller/modules/devices.go @@ -309,7 +309,7 @@ func (c *DeviceModule) GetHomeAssistantEntities() ([]homeassistant.DiscoveryConf cfg = homeassistant.DiscoveryConfig{ Domain: homeassistant.Cover, DeviceId: device.Attributes.Dsid, // retro compatibility - ObjectId: "blind", + ObjectId: "cover", Config: entityConfig, } configs = append(configs, cfg)