some lint

This commit is contained in:
Peter Clement 2024-10-28 21:14:52 +00:00
parent 931ebde3f7
commit b999741f4d
2 changed files with 2 additions and 5 deletions

View File

@ -614,9 +614,6 @@ const getDeviceBindings = () => {
return bindings return bindings
} }
/**
* Gets all device bindings that are globally available.
*/
export const getSettingBindings = () => { export const getSettingBindings = () => {
let bindings = [] let bindings = []
const safeSetting = makePropSafe("settings") const safeSetting = makePropSafe("settings")

View File

@ -359,9 +359,9 @@ const automationActions = store => ({
}, },
/** /**
* Get user bindings * Get settings bindings
* *
* @returns {Array<Object>} all available user bindings * @returns {Array<Object>} all available settings bindings
*/ */
buildSettingBindings: () => { buildSettingBindings: () => {
return getSettingBindings().map(binding => { return getSettingBindings().map(binding => {