Results 24 comments of Martin Dybal

@EdwardCooke thanks for the answer. The NodeType property is get only. https://github.com/aaubry/YamlDotNet/blob/847230593e95750d4294ca72c98a4bd46bdcf265/YamlDotNet/RepresentationModel/YamlScalarNode.cs#L219

@EdwardCooke the result is same. ``` new YamlScalarNode("!include views/home.yaml") { Style = ScalarStyle.Plain } ``` `- '!include views/home.yaml'`

I hope this is only temporary solution :) ``` var yamlNode = YamlHelper.Include("views/home.yaml"); var serializer = new SerializerBuilder().Build(); var yaml = serializer.Serialize(yamlNode); System.Console.WriteLine(yaml); public static class YamlHelper { public static...

I don't use that process. I used it only for test. My whole config: ``` [ scss({ outputStyle: minify ? 'compressed' : 'expanded', sourceMap: !minify, }), ] ```

@xaviemirmon No, I didn't use this plugin. I used Sass directly.

`C:\Windows\system32>curl.exe https://outlook.live.com/owa/calendar/XXXX/calendar.ics` download ICS file correctly without any authentication.

Hello, even with Home Assistant 2024.7. I'm unable to add my Valves to HomeKit. ![image](https://github.com/home-assistant/core/assets/7644099/199e927b-240b-4f4a-b957-31247dd7503b) ![image](https://github.com/home-assistant/core/assets/7644099/80cf8914-4be2-4301-883b-a6aed5b58f42)

There is no response from code owners for a months. So I decide to move to Tile card instead of mushrooms one. With simple style it looks similar to mushrooms...