So I have a valid json file sitting locally on my machine. Several online json validators seem to think the file is valid. But no, not HA. So here is my code:
- platform: rest
name: sky_condition
scan_interval: 259200
force_update: true
json_attributes:
- weatherCodeFullDay
- weatherCodeDay
- weatherCodeNight
value_template: >
OK
resource: http://localhost:8123/weather_codes.json
Got any ideas?
Tried the File sensor. That was even worse.
TIA