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
3df7892454
core
/
homeassistant
/
components
/
bluetooth
/
const.py
5 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Add bluetooth integration (#74653) Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-08 23:55:31 +00:00
"""
Constants for the Bluetooth integration.
"""
DOMAIN
=
"
bluetooth
"
Add support for setting up and removing bluetooth in the UI (#75600) Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-22 18:19:53 +00:00
DEFAULT_NAME
=
"
Bluetooth
"