This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
frontend
mirror of
https://github.com/home-assistant/frontend.git
Watch
1
Star
0
Fork
You've already forked frontend
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
17519cce30
frontend
/
js
/
editor
/
util.js
4 lines
86 B
JavaScript
Raw
Blame
History
export
function
validEntityId
(
entityId
)
{
return
/^(\w+)\.(\w+)$/
.
test
(
entityId
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink