Skip to content

Commit a880fa1

Browse files
author
Jumping
committed
11/032026 01:00 v0.7.0
1 parent fc35b58 commit a880fa1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

custom_components/universal_notifier/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/jumping2000/universal_notifier/issues",
1111
"requirements": [],
1212
"single_config_entry": true,
13-
"version": "0.6.0"
13+
"version": "0.7.0"
1414
}

custom_components/universal_notifier/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"data": {
132132
"alias": "Alias (unique name, e.g. google_home)",
133133
"service": "Service (domain.service, e.g. notify.persistent_notification)",
134-
"target": "Target entity_id (optional, comma-separated for multiple)",
134+
"target": "Target entity_id or chat_id (optional, comma-separated for multiple)",
135135
"is_voice": "Voice Channel (applies TTS, DND and volume logic)",
136136
"alt_services": "Alt Services (JSON dict, optional — for Telegram photo/video etc.)",
137137
"default_media_player": "Default Media Player (optional — fallback for voice channels)"

custom_components/universal_notifier/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"data": {
132132
"alias": "Alias (unique name, e.g. google_home)",
133133
"service": "Service (domain.service, e.g. notify.persistent_notification)",
134-
"target": "Target entity_id (optional, comma-separated for multiple)",
134+
"target": "Target entity_id or chat_id (optional, comma-separated for multiple)",
135135
"is_voice": "Voice Channel (applies TTS, DND and volume logic)",
136136
"alt_services": "Alt Services (JSON dict, optional — for Telegram photo/video etc.)",
137137
"default_media_player": "Default Media Player (optional — fallback for voice channels)"

custom_components/universal_notifier/translations/it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"date_format": "Formato orario (strftime, es. %H:%M)",
8383
"include_time": "Includi l'orario nel prefisso del messaggio",
8484
"bold_prefix": "Prefisso messaggio in grassetto",
85-
"priority_volume": "Volume prioritario (0.0 - 1.0)",
85+
"priority_volume": "Volume prioritario (0.0 - 1.0)",
8686
"person_entities": "Entità persona (opzionale, per rilevamento presenza)"
8787
}
8888
},
@@ -131,7 +131,7 @@
131131
"data": {
132132
"alias": "Alias (nome univoco, es. google_home)",
133133
"service": "Servizio (dominio.servizio, es. notify.persistent_notification)",
134-
"target": "entity_id target (opzionale, separati da virgola per più entità)",
134+
"target": "Entity_id o chat_id target (opzionale, separati da virgola per più entità)",
135135
"is_voice": "Canale vocale (applica logica TTS, Non Disturbare e volume)",
136136
"alt_services": "Servizi alternativi (dizionario JSON opzionale — per foto/video Telegram ecc.)",
137137
"default_media_player": "Media Player predefinito (opzionale — fallback per canali vocali)"

0 commit comments

Comments
 (0)