Adding search changes

This commit is contained in:
Chris Cochrun 2021-03-11 17:00:42 -06:00
parent e6f2ddcc92
commit fb0aa8369b

View file

@ -1541,7 +1541,8 @@ c.hints.radius = 6
# 'input:not([type])', # 'input:not([type])',
# 'textarea']} # 'textarea']}
c.hints.selectors['all'].append('ha-icon') c.hints.selectors['all'].append('ha-card')
c.hints.selectors['all'].append('[for="checkbox"]')
## Make characters in hint strings uppercase. ## Make characters in hint strings uppercase.
## Type: Bool ## Type: Bool
@ -2132,7 +2133,9 @@ c.url.searchengines = {
"aur": "https://aur.archlinux.org/packages/?O=0&K={}", "aur": "https://aur.archlinux.org/packages/?O=0&K={}",
"od": "https://odysee.com/$/search?q={}", "od": "https://odysee.com/$/search?q={}",
"aw": "https://wiki.archlinux.org/index.php?search={}", "aw": "https://wiki.archlinux.org/index.php?search={}",
"d": "https://duckduckgo.com/?q={}",
"di": "https://duckduckgo.com/?q={}&iax=images&ia=images", "di": "https://duckduckgo.com/?q={}&iax=images&ia=images",
"s": "https://duckduckgo.com/?q={}&iax=images&ia=images",
} }
## Page(s) to open at the start. ## Page(s) to open at the start.