diff --git a/homeassistant/components/picnic/const.py b/homeassistant/components/picnic/const.py index a2543c177e4e..851df6f41b25 100644 --- a/homeassistant/components/picnic/const.py +++ b/homeassistant/components/picnic/const.py @@ -14,7 +14,7 @@ ATTR_PRODUCT_NAME = "product_name" ATTR_AMOUNT = "amount" ATTR_PRODUCT_IDENTIFIERS = "product_identifiers" -COUNTRY_CODES = ["NL", "DE", "BE"] +COUNTRY_CODES = ["NL", "DE", "BE", "FR"] ATTRIBUTION = "Data provided by Picnic" ADDRESS = "address" CART_DATA = "cart_data"