import { UpdatePluginConfigDto } from '../../../modules/config/dto/config.dto'; import { DEVICES_HOME_ASSISTANT_PLUGIN_NAME } from '../devices-home-assistant.constants'; export declare class HomeAssistantUpdatePluginConfigDto extends UpdatePluginConfigDto { type: typeof DEVICES_HOME_ASSISTANT_PLUGIN_NAME; api_key?: string | null; hostname?: string; }