-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a repair notification when hub server version is wrong (#18)
- Loading branch information
Showing
6 changed files
with
118 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Flic Hub", | ||
"description": "If you need help with the configuration have a look here: https://github.com/JohNan/home-assistant-flichub. Default port is 8124", | ||
"data": { | ||
"name": "Name your device", | ||
"ip_address": "[%key:common::config_flow::data::ip%]", | ||
"port": "[%key:common::config_flow::data::port%]" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"binary_sensor": "Binary sensor enabled", | ||
"sensor": "Sensor enabled" | ||
} | ||
} | ||
} | ||
}, | ||
"issues": { | ||
"flichub_invalid_server_version": { | ||
"title": "Invalid server version on FlicHub", | ||
"description": "The TCP server on the FlicHub is running version `{flichub_version}` which does not match the required version `{required_version}`. Please go to https://github.com/JohNan/pyflichub-tcpclient and follow the instructions" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters