Fix broken reference for "event_types" in template (#151152)

This commit is contained in:
Norbert Rittel
2025-08-25 16:57:04 +02:00
committed by GitHub
parent 8b29e3011e
commit f1d2b102cf

View File

@@ -640,7 +640,7 @@
"device_id": "[%key:common::config_flow::data::device%]",
"name": "[%key:common::config_flow::data::name%]",
"event_type": "[%key:component::template::config::step::event::data::event_type%]",
"event_types": "[%component::event::entity_component::_::state_attributes::event_types::name%]"
"event_types": "[%key:component::event::entity_component::_::state_attributes::event_types::name%]"
},
"data_description": {
"device_id": "[%key:component::template::common::device_id_description%]",