This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d3c5d92ea
core
/
homeassistant
/
components
/
iss
/
const.py
6 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Add config flow to ISS integration (#64987) * Initial commit * Wrong flowhandler name * Add config flow tests * Tests for config flow * ... * Add test for no coordinates * ... * Update homeassistant/components/iss/config_flow.py Co-authored-by: Shay Levy <levyshay1@gmail.com> * Update homeassistant/components/iss/config_flow.py * Update homeassistant/components/iss/binary_sensor.py Co-authored-by: Shay Levy <levyshay1@gmail.com> * Add myself as codeowner Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-01-29 09:41:26 +00:00
"""
Constants for iss.
"""
DOMAIN
=
"
iss
"
Add device info to ISS (#96469) Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-18 18:57:41 +00:00
DEFAULT_NAME
=
"
ISS
"