add ha number mode selection #2900

This commit is contained in:
MichaelDvP
2026-01-08 12:06:48 +01:00
parent dd0ea5df0e
commit 5e07e9a11b
18 changed files with 42 additions and 2 deletions

View File

@@ -49,4 +49,5 @@ export interface MqttSettingsType {
publish_single2cmd: boolean;
discovery_prefix: string;
discovery_type: number;
ha_number_mode: number;
}