* Add Israel Rail integration * israel_rail tests * israel_rail tests * 1. use entry.runtime 2. DataConnection - data class 3. remove unique id from coordinator 4. use EntityDescription * add a list of stations in user form * 1. extend ConfigEntry 2. remove unused pop 3. use IsraelRailSensorEntityDescription to have only one kind of Sensor 4. add test for already configured 5. use snapshot in test * change user step description * 1. ConfigEntry[IsraelRailDataUpdateCoordinator] 2. remove redundant attributes 3. use snapshot_platform helper * remove attr * remove attr * move test to test_init.py * Fix * Fix * Fix * Fix * fix timezone * fix * fix --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
297 B
JSON
10 lines
297 B
JSON
{
|
|
"domain": "israel_rail",
|
|
"name": "Israel Railways",
|
|
"codeowners": ["@shaiu"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/israel_rail",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["israelrailapi"],
|
|
"requirements": ["israel-rail-api==0.1.2"]
|
|
}
|