hass-core/tests/components/doorbird/fixtures/schedule.json
J. Nick Koston a0a5f640dc
Add some basic tests for doorbird (#122135)
* basic tests

* basic tests

* basic tests

* basic tests

* cover

* cover

* Update tests/components/doorbird/test_init.py
2024-07-18 22:36:54 +02:00

67 lines
1.1 KiB
JSON

[
{
"input": "doorbell",
"param": "1",
"output": [
{
"event": "notify",
"param": "",
"schedule": {
"weekdays": [
{
"to": "107999",
"from": "108000"
}
]
}
},
{
"event": "http",
"param": "0",
"schedule": {
"weekdays": [
{
"to": "107999",
"from": "108000"
}
]
}
}
]
},
{
"input": "motion",
"param": "",
"output": [
{
"event": "notify",
"param": "",
"schedule": {
"weekdays": [
{
"to": "107999",
"from": "108000"
}
]
}
},
{
"event": "http",
"param": "5",
"schedule": {
"weekdays": [
{
"to": "107999",
"from": "108000"
}
]
}
}
]
},
{
"input": "relay",
"param": "1",
"output": []
}
]