Add support for 'siren_ctrl' service

This commit is contained in:
Adrian Jagielak
2025-07-25 21:10:57 +02:00
parent 3c82daf6e9
commit dc4e676d38
7 changed files with 453 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ import { sensor_watpressure__components } from '../services/sensor_watpressure';
import { sensor_wattemp__components } from '../services/sensor_wattemp';
import { sensor_weight__components } from '../services/sensor_weight';
import { sensor_wind__components } from '../services/sensor_wind';
import { siren_ctrl__components } from '../services/siren_ctrl';
import { thermostat__components } from '../services/thermostat';
import { water_heater__components } from '../services/water_heater';
import { abbreviateHaMqttKeys } from './abbreviate_ha_mqtt_keys';
@@ -215,6 +216,7 @@ const serviceHandlers: {
sensor_wattemp: sensor_wattemp__components,
sensor_weight: sensor_weight__components,
sensor_wind: sensor_wind__components,
siren_ctrl: siren_ctrl__components,
thermostat: thermostat__components,
water_heater: water_heater__components,
};