Hey.
After update from 0.105.4 to 0.106.5 my style for weather isnt working.
Code:
Copy to clipboard
- card:
entity: weather.smhi_home
type: weather-forecast
style: |
ha-card {
--ha-card-background: rgba(50,50,50,0.0);
background-repeat: no-repeat;
background-size: 100% 100%;
border: solid 2px rgba(100,100,100,0.5);
border-radius: 20px;
box-shadow: 3px 3px rgba(0,0,0,0.4);
--primary-text-color: #999999;
overflow: hidden;
}
type: 'custom:mod-card'
Error message: Cannot assign to read only property βstyleβ of object β#β
Whats wrong? Help please!