You are here

live_weather.schema.yml in Live Weather 8.2

Same filename and directory in other branches
  1. 8 config/schema/live_weather.schema.yml
config/schema/live_weather.schema.yml

File

config/schema/live_weather.schema.yml
View source
  1. # Schema for the configuration files of the Live weather module.
  2. live_weather.settings:
  3. type: config_object
  4. label: 'Live weather settings'
  5. mapping:
  6. settings:
  7. type: mapping
  8. label: 'Live weather settings'
  9. mapping:
  10. unit:
  11. type: string
  12. label: 'Temperature unit'
  13. image:
  14. type: boolean
  15. label: 'Forcast Image'
  16. wind:
  17. type: boolean
  18. label: 'Wind speed'
  19. humidity:
  20. type: boolean
  21. label: 'Humidity level'
  22. visibility:
  23. type: boolean
  24. label: 'Visibility level'
  25. sunrise:
  26. type: boolean
  27. label: 'Sunrise time'
  28. sunset:
  29. type : boolean
  30. label: 'Sunset time'
  31. cache:
  32. type: integer
  33. label: 'Cache settings'