#Hello this is my error that gives me I

1 messages · Page 1 of 1 (latest)

timber yarrow
#
  1. It should be climate not Climate
#
  1. That's a list
leaden quiverBOT
#

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.

muted lagoon
#

@timber yarrow

timber yarrow
#

Yes...

#

You don't need to ping me

#

I'm here

#

And all pinging me to demand my attention will do is persuade me to fuck off and leave you to it

muted lagoon
#

@timber yarrow i still have error

leaden quiverBOT
#

@brazen lynx Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.
When using Discord's new Reply feature it defaults to pinging the person you reply to, click @ ON to @ OFF to stop this - on the right side of the compose bar.

timber yarrow
#

@muted lagoon there is no need

#

@muted lagoon to keep fuckiing

#

@muted lagoon pinging me

#

Also... "an error" is not helpful

#

Share the actual error

muted lagoon
#

bad indentation of a mapping entry (56:2)

53 | max_temp: 35
54 | temp_step: 0.5
55 | precision: 0.5
56 | - name: Termostato_notte
-------^
57 | availability_topic: "Termono ...
58 | payload_available: "Online"

leaden quiverBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

muted lagoon
#

Excuse me

timber yarrow
#

Share the YAML

#

Share also the output from ha core check

leaden quiverBOT
muted lagoon
#

I'm not very practical I'm learning slowly

#

The my YAML

timber yarrow
#
    precision: 0.5
 - name: Termostato_notte
    availability_topic: "Termonotte/tele/LWT"
#

You missed a space before the -

#
    precision: 0.5
  - name: Termostato_notte
    availability_topic: "Termonotte/tele/LWT"
#

YAML is very picky about spacing and letter case

muted lagoon
#

I saw I realized a lot to fry

timber yarrow