Some random changes

This commit is contained in:
Chris Cochrun 2021-04-28 08:22:34 -05:00
parent a71179957a
commit 314202dc00
7 changed files with 12 additions and 10 deletions

View file

@ -1541,9 +1541,12 @@ c.hints.radius = 6
# 'input:not([type])',
# 'textarea']}
c.hints.selectors['all'].append('ha-card')
c.hints.selectors['all'].append('shadow-root')
c.hints.selectors['all'].append('[ha-card]')
c.hints.selectors['all'].append('mdc-switch__native-control')
c.hints.selectors['all'].append('[for="checkbox"]')
c.hints.selectors['all'].append('label')
c.hints.selectors['all'].append('hui-button-card')
## Make characters in hint strings uppercase.
## Type: Bool