1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 08:40:04 +00:00
Files
core/homeassistant/components/izone/strings.json
Penny Wood b68b8430a4 Izone component (#24550)
* iZone component

* Rename constants to const.

* Changes as per code review.

* Stop listening if discovery times out.

* Unload properly

* Changes as per code review

* Climate 1.0

* Use dispatcher instead of listener

* Free air settings

* Test case for config flow.

* Changes as per code review

* Fix error on shutdown

* Changes as per code review

* Lint fix

* Black formatting

* Black on test

* Fix test

* Lint fix

* Formatting

* Updated requirements

* Remaining patches

* Per code r/v
2019-09-19 23:31:54 +02:00

16 lines
347 B
JSON

{
"config": {
"title": "iZone",
"step": {
"confirm": {
"title": "iZone",
"description": "Do you want to set up iZone?"
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of iZone is necessary.",
"no_devices_found": "No iZone devices found on the network."
}
}
}