mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-02 09:17:20 +00:00
19 lines
263 B
JavaScript
Executable File
19 lines
263 B
JavaScript
Executable File
export default [
|
|
{
|
|
event: 'call_service',
|
|
listener_count: 1,
|
|
},
|
|
{
|
|
event: 'time_changed',
|
|
listener_count: 1,
|
|
},
|
|
{
|
|
event: 'state_changed',
|
|
listener_count: 3,
|
|
},
|
|
{
|
|
event: 'homeassistant_stop',
|
|
listener_count: 2,
|
|
},
|
|
];
|