#I am really new to Home assistant and i

1 messages · Page 1 of 1 (latest)

modern kelp
#

Do the on/off buttons control the light directly, or through Home Assistant?

pale coral
#

through home assistant using the pico multi button blueprint thing

modern kelp
pale coral
#

honestly i think my actual question is more how do i make the fan go from 33% to 66% when i push the button

pale coral
#

Sorry again super new here.. lol i found that page and quickly realized i have no idea what any of that means...

modern kelp
#

Service calls

pale coral
#

i dont see any of that when i click on the device info for the fan

modern kelp
#

Because devices are really simple

#

Device actions are also really limited

#

Call a service is where the magic is

pale coral
#

ok let me look at that

#

That is awesome!! i have been trying to figure this out for hours! and you did it in line 5 mins lol

modern kelp
#

Device triggers/conditions/actions are easy, and limited

pale coral
#

Honestly this software is a little overwhelmings SUPER powerful! then i see all the youtube stugg about yaml and i am just like "not today sir"

modern kelp
#

YAML is a little scary at first, but it's just a structured "language", once you learn the basics it's really easy

delicate magnetBOT
#

YAML is the mark up language used by Home Assistant, consistent indenting (two spaces per level) is key. Here is a primer, and this explains multi-line templates. For validating YAML see YAML Lint.