This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* light */ | |
| body { | |
| color-scheme: light; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| margin: 0; | |
| font-weight: 400; | |
| color: #1f2328; | |
| background-color: #fff; | |
| font-family: "Mona Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Support for Friedrich's Windows A/Cs with KWIFI module. | |
| Only KWIFI modules bought after Jan 1, 2018. | |
| configuration.yaml | |
| climate: | |
| - platform: friedrich | |
| email: user@example.com | |
| password: hunter2 | |
| Limitations: |